Html Css Color HEX #F9129D Deep Pink

📋 copy color: '#F9129D'

red 249 ◦ green 18 ◦ blue 157

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

Shades of Deep Pink #F9129D

Tints of Deep Pink #F9129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 58.73%
G = 4.25%
B = 37.03%

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

#F9129D (or 0xF9129D) is known color: Deep Pink. HEX triplet: F9, 12 and 9D. RGB value is (249,18,157). Sum of RGB (Red+Green+Blue) = 249+18+157=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F9129D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9129D is #06ED62. Grayscale: #666666. Windows color (decimal): -453987 or 10294009. OLE color: 10294009.

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

Color convert

RGB 249 18 157 -
CMYK 0 0.93 0.37 0.02
HSL 323.9º 0.95% 0.52% -
HSV(B) 323.9º 0.93% 0.98% -
XYZ 45.37 23.01 33.95 -
YUV 102.92 158.53 232.2 -
System Red Green Blue C M Y K H S L
Decimal 249 18 157 0 0.93 0.37 0.02 323.9 0.95 0.52
Hex F9 12 9D 0 5D 25 2 144 5F 34
Octal 371 22 235 0 135 45 2 504 137 64
Binary 11111001 10010 10011101 0 1011101 100101 10 101000100 1011111 110100

Color Harmonies of #F9129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9129D

Black with #F9129D

Text Example


Text Example

White with #F9129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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