Html Css Color HEX #F9129C Deep Pink

📋 copy color: '#F9129C'

red 249 ◦ green 18 ◦ blue 156

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

Shades of Deep Pink #F9129C

Tints of Deep Pink #F9129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.26%

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 58.87%
G = 4.26%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9129C (or 0xF9129C) is known color: Deep Pink. HEX triplet: F9, 12 and 9C. RGB value is (249,18,156). Sum of RGB (Red+Green+Blue) = 249+18+156=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F9129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9129C is #06ED63. Grayscale: #666666. Windows color (decimal): -453988 or 10228473. OLE color: 10228473.

HSL color Cylindrical-coordinate representation of color #F9129C: hue angle of 324.16º 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 #F9129C is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 156 -
CMYK 0 0.93 0.37 0.02
HSL 324.16º 0.95% 0.52% -
HSV(B) 324.16º 0.93% 0.98% -
XYZ 45.28 22.97 33.5 -
YUV 102.8 158.03 232.28 -
System Red Green Blue C M Y K H S L
Decimal 249 18 156 0 0.93 0.37 0.02 324.16 0.95 0.52
Hex F9 12 9C 0 5D 25 2 144 5F 34
Octal 371 22 234 0 135 45 2 504 137 64
Binary 11111001 10010 10011100 0 1011101 100101 10 101000100 1011111 110100

Color Harmonies of #F9129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9129C

Black with #F9129C

Text Example


Text Example

White with #F9129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9129C; }

 p { color: rgb(249,18,156); }

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

background-color css

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

 a { background-color: rgb(249,18,156); }

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

border-color css

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

 span { border-color: rgb(249,18,156); }

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