Html Css Color HEX #FC0575 Deep Pink

📋 copy color: '#FC0575'

red 252 ◦ green 5 ◦ blue 117

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

Shades of Deep Pink #FC0575

Tints of Deep Pink #FC0575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

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

R = 67.38%
G = 1.34%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC0575 (or 0xFC0575) is known color: Deep Pink. HEX triplet: FC, 05 and 75. RGB value is (252,5,117). Sum of RGB (Red+Green+Blue) = 252+5+117=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0575 is #03FA8A. Grayscale: #5B5B5B. Windows color (decimal): -260747 or 7669244. OLE color: 7669244.

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

Color convert

RGB 252 5 117 -
CMYK 0 0.98 0.54 0.01
HSL 332.79º 0.98% 0.5% -
HSV(B) 332.79º 0.98% 0.99% -
XYZ 43.41 22.09 18.81 -
YUV 91.62 142.33 242.39 -
System Red Green Blue C M Y K H S L
Decimal 252 5 117 0 0.98 0.54 0.01 332.79 0.98 0.5
Hex FC 5 75 0 62 36 1 14D 62 32
Octal 374 5 165 0 142 66 1 515 142 62
Binary 11111100 101 1110101 0 1100010 110110 1 101001101 1100010 110010

Color Harmonies of #FC0575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0575

Black with #FC0575

Text Example


Text Example

White with #FC0575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0575; }

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

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

background-color css

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

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

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

border-color css

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

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

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