Html Css Color HEX #F9129B Deep Pink

📋 copy color: '#F9129B'

red 249 ◦ green 18 ◦ blue 155

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

Shades of Deep Pink #F9129B

Tints of Deep Pink #F9129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 59%
G = 4.27%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9129B (or 0xF9129B) is known color: Deep Pink. HEX triplet: F9, 12 and 9B. RGB value is (249,18,155). Sum of RGB (Red+Green+Blue) = 249+18+155=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F9129B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9129B is #06ED64. Grayscale: #666666. Windows color (decimal): -453989 or 10162937. OLE color: 10162937.

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

Color convert

RGB 249 18 155 -
CMYK 0 0.93 0.38 0.02
HSL 324.42º 0.95% 0.52% -
HSV(B) 324.42º 0.93% 0.98% -
XYZ 45.2 22.94 33.06 -
YUV 102.69 157.53 232.36 -
System Red Green Blue C M Y K H S L
Decimal 249 18 155 0 0.93 0.38 0.02 324.42 0.95 0.52
Hex F9 12 9B 0 5D 26 2 144 5F 34
Octal 371 22 233 0 135 46 2 504 137 64
Binary 11111001 10010 10011011 0 1011101 100110 10 101000100 1011111 110100

Color Harmonies of #F9129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9129B

Black with #F9129B

Text Example


Text Example

White with #F9129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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