Html Css Color HEX #F90F79 Deep Pink

📋 copy color: '#F90F79'

red 249 ◦ green 15 ◦ blue 121

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

Shades of Deep Pink #F90F79

Tints of Deep Pink #F90F79

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.9%

 BLUE value IS 121 (47.66% from 255) = 31.43%

R = 64.68%
G = 3.9%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F90F79 (or 0xF90F79) is known color: Deep Pink. HEX triplet: F9, 0F and 79. RGB value is (249,15,121). Sum of RGB (Red+Green+Blue) = 249+15+121=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90F79 is #06F086. Grayscale: #606060. Windows color (decimal): -454791 or 7933945. OLE color: 7933945.

HSL color Cylindrical-coordinate representation of color #F90F79: hue angle of 332.82º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90F79 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 15 121 -
CMYK 0 0.94 0.51 0.02
HSL 332.82º 0.95% 0.52% -
HSV(B) 332.82º 0.94% 0.98% -
XYZ 42.69 21.86 20.06 -
YUV 97.05 141.52 236.38 -
System Red Green Blue C M Y K H S L
Decimal 249 15 121 0 0.94 0.51 0.02 332.82 0.95 0.52
Hex F9 F 79 0 5E 33 2 14D 5F 34
Octal 371 17 171 0 136 63 2 515 137 64
Binary 11111001 1111 1111001 0 1011110 110011 10 101001101 1011111 110100

Color Harmonies of #F90F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90F79

Black with #F90F79

Text Example


Text Example

White with #F90F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90F79; }

 p { color: rgb(249,15,121); }

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

background-color css

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

 a { background-color: rgb(249,15,121); }

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

border-color css

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

 span { border-color: rgb(249,15,121); }

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