Html Css Color HEX #FC0A8A Deep Pink

📋 copy color: '#FC0A8A'

red 252 ◦ green 10 ◦ blue 138

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

Shades of Deep Pink #FC0A8A

Tints of Deep Pink #FC0A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 63%
G = 2.5%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC0A8A (or 0xFC0A8A) is known color: Deep Pink. HEX triplet: FC, 0A and 8A. RGB value is (252,10,138). Sum of RGB (Red+Green+Blue) = 252+10+138=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0A8A is #03F575. Grayscale: #606060. Windows color (decimal): -259446 or 9046780. OLE color: 9046780.

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

Color convert

RGB 252 10 138 -
CMYK 0 0.96 0.45 0.01
HSL 328.26º 0.98% 0.51% -
HSV(B) 328.26º 0.96% 0.99% -
XYZ 44.84 22.75 26.07 -
YUV 96.95 151.17 238.59 -
System Red Green Blue C M Y K H S L
Decimal 252 10 138 0 0.96 0.45 0.01 328.26 0.98 0.51
Hex FC A 8A 0 60 2D 1 148 62 33
Octal 374 12 212 0 140 55 1 510 142 63
Binary 11111100 1010 10001010 0 1100000 101101 1 101001000 1100010 110011

Color Harmonies of #FC0A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A8A

Black with #FC0A8A

Text Example


Text Example

White with #FC0A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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