Html Css Color HEX #FC129F Deep Pink

📋 copy color: '#FC129F'

red 252 ◦ green 18 ◦ blue 159

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

Shades of Deep Pink #FC129F

Tints of Deep Pink #FC129F

RGB

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

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

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

R = 58.74%
G = 4.2%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC129F (or 0xFC129F) is known color: Deep Pink. HEX triplet: FC, 12 and 9F. RGB value is (252,18,159). Sum of RGB (Red+Green+Blue) = 252+18+159=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC129F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC129F is #03ED60. Grayscale: #676767. Windows color (decimal): -257377 or 10425084. OLE color: 10425084.

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

Color convert

RGB 252 18 159 -
CMYK 0 0.93 0.37 0.01
HSL 323.85º 0.98% 0.53% -
HSV(B) 323.85º 0.93% 0.99% -
XYZ 46.62 23.63 34.91 -
YUV 104.04 159.02 233.54 -
System Red Green Blue C M Y K H S L
Decimal 252 18 159 0 0.93 0.37 0.01 323.85 0.98 0.53
Hex FC 12 9F 0 5D 25 1 144 62 35
Octal 374 22 237 0 135 45 1 504 142 65
Binary 11111100 10010 10011111 0 1011101 100101 1 101000100 1100010 110101

Color Harmonies of #FC129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC129F

Black with #FC129F

Text Example


Text Example

White with #FC129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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