Html Css Color HEX #FC1975 Deep Pink

📋 copy color: '#FC1975'

red 252 ◦ green 25 ◦ blue 117

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

Shades of Deep Pink #FC1975

Tints of Deep Pink #FC1975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.35%

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 63.96%
G = 6.35%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC1975 (or 0xFC1975) is known color: Deep Pink. HEX triplet: FC, 19 and 75. RGB value is (252,25,117). Sum of RGB (Red+Green+Blue) = 252+25+117=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1975 is #03E68A. Grayscale: #676767. Windows color (decimal): -255627 or 7674364. OLE color: 7674364.

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

Color convert

RGB 252 25 117 -
CMYK 0 0.90 0.54 0.01
HSL 335.68º 0.97% 0.54% -
HSV(B) 335.68º 0.9% 0.99% -
XYZ 43.7 22.68 18.9 -
YUV 103.36 135.71 234.02 -
System Red Green Blue C M Y K H S L
Decimal 252 25 117 0 0.90 0.54 0.01 335.68 0.97 0.54
Hex FC 19 75 0 5A 36 1 150 61 36
Octal 374 31 165 0 132 66 1 520 141 66
Binary 11111100 11001 1110101 0 1011010 110110 1 101010000 1100001 110110

Color Harmonies of #FC1975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1975

Black with #FC1975

Text Example


Text Example

White with #FC1975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1975; }

 p { color: rgb(252,25,117); }

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

background-color css

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

 a { background-color: rgb(252,25,117); }

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

border-color css

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

 span { border-color: rgb(252,25,117); }

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