Html Css Color HEX #FC129B Deep Pink

📋 copy color: '#FC129B'

red 252 ◦ green 18 ◦ blue 155

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

Shades of Deep Pink #FC129B

Tints of Deep Pink #FC129B

RGB

 RED value IS 252 (98.83% from 255) = 59.29%

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

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

R = 59.29%
G = 4.24%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC129B (or 0xFC129B) is known color: Deep Pink. HEX triplet: FC, 12 and 9B. RGB value is (252,18,155). Sum of RGB (Red+Green+Blue) = 252+18+155=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC129B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC129B is #03ED64. Grayscale: #676767. Windows color (decimal): -257381 or 10162940. OLE color: 10162940.

HSL color Cylindrical-coordinate representation of color #FC129B: hue angle of 324.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC129B is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 18 155 -
CMYK 0 0.93 0.38 0.01
HSL 324.87º 0.98% 0.53% -
HSV(B) 324.87º 0.93% 0.99% -
XYZ 46.28 23.49 33.11 -
YUV 103.58 157.02 233.86 -
System Red Green Blue C M Y K H S L
Decimal 252 18 155 0 0.93 0.38 0.01 324.87 0.98 0.53
Hex FC 12 9B 0 5D 26 1 145 62 35
Octal 374 22 233 0 135 46 1 505 142 65
Binary 11111100 10010 10011011 0 1011101 100110 1 101000101 1100010 110101

Color Harmonies of #FC129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC129B

Black with #FC129B

Text Example


Text Example

White with #FC129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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