Html Css Color HEX #FC0475 Deep Pink

📋 copy color: '#FC0475'

red 252 ◦ green 4 ◦ blue 117

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

Shades of Deep Pink #FC0475

Tints of Deep Pink #FC0475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

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

R = 67.56%
G = 1.07%
B = 31.37%

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

#FC0475 (or 0xFC0475) is known color: Deep Pink. HEX triplet: FC, 04 and 75. RGB value is (252,4,117). Sum of RGB (Red+Green+Blue) = 252+4+117=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0475 is #03FB8A. Grayscale: #5A5A5A. Windows color (decimal): -261003 or 7668988. OLE color: 7668988.

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

Color convert

RGB 252 4 117 -
CMYK 0 0.98 0.54 0.01
HSL 332.66º 0.98% 0.5% -
HSV(B) 332.66º 0.98% 0.99% -
XYZ 43.4 22.07 18.8 -
YUV 91.03 142.66 242.81 -
System Red Green Blue C M Y K H S L
Decimal 252 4 117 0 0.98 0.54 0.01 332.66 0.98 0.5
Hex FC 4 75 0 62 36 1 14D 62 32
Octal 374 4 165 0 142 66 1 515 142 62
Binary 11111100 100 1110101 0 1100010 110110 1 101001101 1100010 110010

Color Harmonies of #FC0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0475

Black with #FC0475

Text Example


Text Example

White with #FC0475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0475; }

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

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

background-color css

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

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

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

border-color css

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

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

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