Html Css Color HEX #FC0175 Deep Pink

📋 copy color: '#FC0175'

red 252 ◦ green 1 ◦ blue 117

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

Shades of Deep Pink #FC0175

Tints of Deep Pink #FC0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 68.11%
G = 0.27%
B = 31.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC0175 (or 0xFC0175) is known color: Deep Pink. HEX triplet: FC, 01 and 75. RGB value is (252,1,117). Sum of RGB (Red+Green+Blue) = 252+1+117=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0175 is #03FE8A. Grayscale: #595959. Windows color (decimal): -261771 or 7668220. OLE color: 7668220.

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

Color convert

RGB 252 1 117 -
CMYK 0 1.00 0.54 0.01
HSL 332.27º 0.99% 0.5% -
HSV(B) 332.27º 1% 0.99% -
XYZ 43.37 22 18.79 -
YUV 89.27 143.66 244.07 -
System Red Green Blue C M Y K H S L
Decimal 252 1 117 0 1.00 0.54 0.01 332.27 0.99 0.5
Hex FC 1 75 0 64 36 1 14C 63 32
Octal 374 1 165 0 144 66 1 514 143 62
Binary 11111100 1 1110101 0 1100100 110110 1 101001100 1100011 110010

Color Harmonies of #FC0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0175

Black with #FC0175

Text Example


Text Example

White with #FC0175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0175; }

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

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

background-color css

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

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

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

border-color css

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

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

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