Html Css Color HEX #FC0A85 Deep Pink

📋 copy color: '#FC0A85'

red 252 ◦ green 10 ◦ blue 133

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

Shades of Deep Pink #FC0A85

Tints of Deep Pink #FC0A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 63.8%
G = 2.53%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC0A85 (or 0xFC0A85) is known color: Deep Pink. HEX triplet: FC, 0A and 85. RGB value is (252,10,133). Sum of RGB (Red+Green+Blue) = 252+10+133=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0A85 is #03F57A. Grayscale: #606060. Windows color (decimal): -259451 or 8719100. OLE color: 8719100.

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

Color convert

RGB 252 10 133 -
CMYK 0 0.96 0.47 0.01
HSL 329.5º 0.98% 0.51% -
HSV(B) 329.5º 0.96% 0.99% -
XYZ 44.49 22.61 24.21 -
YUV 96.38 148.67 239 -
System Red Green Blue C M Y K H S L
Decimal 252 10 133 0 0.96 0.47 0.01 329.5 0.98 0.51
Hex FC A 85 0 60 2F 1 14A 62 33
Octal 374 12 205 0 140 57 1 512 142 63
Binary 11111100 1010 10000101 0 1100000 101111 1 101001010 1100010 110011

Color Harmonies of #FC0A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A85

Black with #FC0A85

Text Example


Text Example

White with #FC0A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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