Html Css Color HEX #FC0A75 Deep Pink

📋 copy color: '#FC0A75'

red 252 ◦ green 10 ◦ blue 117

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

Shades of Deep Pink #FC0A75

Tints of Deep Pink #FC0A75

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.64%

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

R = 66.49%
G = 2.64%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC0A75 (or 0xFC0A75) is known color: Deep Pink. HEX triplet: FC, 0A and 75. RGB value is (252,10,117). Sum of RGB (Red+Green+Blue) = 252+10+117=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A75 is #03F58A. Grayscale: #5E5E5E. Windows color (decimal): -259467 or 7670524. OLE color: 7670524.

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

Color convert

RGB 252 10 117 -
CMYK 0 0.96 0.54 0.01
HSL 333.47º 0.98% 0.51% -
HSV(B) 333.47º 0.96% 0.99% -
XYZ 43.46 22.2 18.82 -
YUV 94.56 140.67 240.3 -
System Red Green Blue C M Y K H S L
Decimal 252 10 117 0 0.96 0.54 0.01 333.47 0.98 0.51
Hex FC A 75 0 60 36 1 14D 62 33
Octal 374 12 165 0 140 66 1 515 142 63
Binary 11111100 1010 1110101 0 1100000 110110 1 101001101 1100010 110011

Color Harmonies of #FC0A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A75

Black with #FC0A75

Text Example


Text Example

White with #FC0A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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