Html Css Color HEX #F96DF4 Ultra Pink

📋 copy color: '#F96DF4'

red 249 ◦ green 109 ◦ blue 244

#F96DF4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultra Pink #F96DF4

Tints of Ultra Pink #F96DF4

RGB

 RED value IS 249 (97.66% from 255) = 41.36%

 GREEN value IS 109 (42.97% from 255) = 18.11%

 BLUE value IS 244 (95.7% from 255) = 40.53%

R = 41.36%
G = 18.11%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F96DF4 (or 0xF96DF4) is known color: Ultra Pink. HEX triplet: F9, 6D and F4. RGB value is (249,109,244). Sum of RGB (Red+Green+Blue) = 249+109+244=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 109 (42.97% from 255 or 18.11% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96DF4 is #06920B. Grayscale: #A5A5A5. Windows color (decimal): -430604 or 16018937. OLE color: 16018937.

HSL color Cylindrical-coordinate representation of color #F96DF4: hue angle of 302.14º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96DF4 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 109 244 -
CMYK 0 0.56 0.02 0.02
HSL 302.14º 0.92% 0.7% -
HSV(B) 302.14º 0.56% 0.98% -
XYZ 60.86 37.61 89.64 -
YUV 166.25 171.88 187.02 -
System Red Green Blue C M Y K H S L
Decimal 249 109 244 0 0.56 0.02 0.02 302.14 0.92 0.7
Hex F9 6D F4 0 38 2 2 12E 5C 46
Octal 371 155 364 0 70 2 2 456 134 106
Binary 11111001 1101101 11110100 0 111000 10 10 100101110 1011100 1000110

Color Harmonies of #F96DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96DF4

Black with #F96DF4

Text Example


Text Example

White with #F96DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96DF4; }

 p { color: rgb(249,109,244); }

 H1.HeaderClassName
 {
   color: #F96DF4;
 }
 .AnyTagClassName
 {
   color: #F96DF4;
 }
</style>

background-color css

<style>
 a { background-color: #F96DF4; }

 a { background-color: rgb(249,109,244); }

 div.DivClassName
 {
   background-color: #F96DF4;
 }
 .BgClassName
 {
   background-color: #F96DF4;
 }
</style>

border-color css

<style>
 span { border-color: #F96DF4; }

 span { border-color: rgb(249,109,244); }

 td.TdClassName
 {
   border-color: #F96DF4;
 }
 .TagClassName
 {
   border-color: #F96DF4;
 }
</style>