Html Css Color HEX #FC1F99 Deep Pink

📋 copy color: '#FC1F99'

red 252 ◦ green 31 ◦ blue 153

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

Shades of Deep Pink #FC1F99

Tints of Deep Pink #FC1F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.11%

 BLUE value IS 153 (60.16% from 255) = 35.09%

R = 57.8%
G = 7.11%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC1F99 (or 0xFC1F99) is known color: Deep Pink. HEX triplet: FC, 1F and 99. RGB value is (252,31,153). Sum of RGB (Red+Green+Blue) = 252+31+153=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1F99 is #03E066. Grayscale: #6E6E6E. Windows color (decimal): -254055 or 10035196. OLE color: 10035196.

HSL color Cylindrical-coordinate representation of color #FC1F99: hue angle of 326.88º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1F99 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 31 153 -
CMYK 0 0.88 0.39 0.01
HSL 326.88º 0.97% 0.55% -
HSV(B) 326.88º 0.88% 0.99% -
XYZ 46.38 23.98 32.32 -
YUV 110.99 151.72 228.58 -
System Red Green Blue C M Y K H S L
Decimal 252 31 153 0 0.88 0.39 0.01 326.88 0.97 0.55
Hex FC 1F 99 0 58 27 1 147 61 37
Octal 374 37 231 0 130 47 1 507 141 67
Binary 11111100 11111 10011001 0 1011000 100111 1 101000111 1100001 110111

Color Harmonies of #FC1F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1F99

Black with #FC1F99

Text Example


Text Example

White with #FC1F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1F99; }

 p { color: rgb(252,31,153); }

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

background-color css

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

 a { background-color: rgb(252,31,153); }

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

border-color css

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

 span { border-color: rgb(252,31,153); }

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