Html Css Color HEX #F9119F Deep Pink

📋 copy color: '#F9119F'

red 249 ◦ green 17 ◦ blue 159

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

Shades of Deep Pink #F9119F

Tints of Deep Pink #F9119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4%

 BLUE value IS 159 (62.5% from 255) = 37.41%

R = 58.59%
G = 4%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9119F (or 0xF9119F) is known color: Deep Pink. HEX triplet: F9, 11 and 9F. RGB value is (249,17,159). Sum of RGB (Red+Green+Blue) = 249+17+159=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F9119F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9119F is #06EE60. Grayscale: #666666. Windows color (decimal): -454241 or 10424825. OLE color: 10424825.

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

Color convert

RGB 249 17 159 -
CMYK 0 0.93 0.36 0.02
HSL 323.28º 0.95% 0.52% -
HSV(B) 323.28º 0.93% 0.98% -
XYZ 45.53 23.04 34.85 -
YUV 102.56 159.86 232.45 -
System Red Green Blue C M Y K H S L
Decimal 249 17 159 0 0.93 0.36 0.02 323.28 0.95 0.52
Hex F9 11 9F 0 5D 24 2 143 5F 34
Octal 371 21 237 0 135 44 2 503 137 64
Binary 11111001 10001 10011111 0 1011101 100100 10 101000011 1011111 110100

Color Harmonies of #F9119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9119F

Black with #F9119F

Text Example


Text Example

White with #F9119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9119F; }

 p { color: rgb(249,17,159); }

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

background-color css

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

 a { background-color: rgb(249,17,159); }

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

border-color css

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

 span { border-color: rgb(249,17,159); }

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