Html Css Color HEX #FC0D85 Deep Pink

📋 copy color: '#FC0D85'

red 252 ◦ green 13 ◦ blue 133

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

Shades of Deep Pink #FC0D85

Tints of Deep Pink #FC0D85

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

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

R = 63.32%
G = 3.27%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC0D85 (or 0xFC0D85) is known color: Deep Pink. HEX triplet: FC, 0D and 85. RGB value is (252,13,133). Sum of RGB (Red+Green+Blue) = 252+13+133=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0D85 is #03F27A. Grayscale: #616161. Windows color (decimal): -258683 or 8719868. OLE color: 8719868.

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

Color convert

RGB 252 13 133 -
CMYK 0 0.95 0.47 0.01
HSL 329.87º 0.98% 0.52% -
HSV(B) 329.87º 0.95% 0.99% -
XYZ 44.52 22.68 24.22 -
YUV 98.14 147.68 237.74 -
System Red Green Blue C M Y K H S L
Decimal 252 13 133 0 0.95 0.47 0.01 329.87 0.98 0.52
Hex FC D 85 0 5F 2F 1 14A 62 34
Octal 374 15 205 0 137 57 1 512 142 64
Binary 11111100 1101 10000101 0 1011111 101111 1 101001010 1100010 110100

Color Harmonies of #FC0D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0D85

Black with #FC0D85

Text Example


Text Example

White with #FC0D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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