Html Css Color HEX #FC08CA Hot Magenta

📋 copy color: '#FC08CA'

red 252 ◦ green 8 ◦ blue 202

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

Shades of Hot Magenta #FC08CA

Tints of Hot Magenta #FC08CA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.73%

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 54.55%
G = 1.73%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC08CA (or 0xFC08CA) is known color: Hot Magenta. HEX triplet: FC, 08 and CA. RGB value is (252,8,202). Sum of RGB (Red+Green+Blue) = 252+8+202=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC08CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC08CA is #03F735. Grayscale: #666666. Windows color (decimal): -259894 or 13240572. OLE color: 13240572.

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

Color convert

RGB 252 8 202 -
CMYK 0 0.97 0.20 0.01
HSL 312.3º 0.98% 0.51% -
HSV(B) 312.3º 0.97% 0.99% -
XYZ 50.89 25.13 58.05 -
YUV 103.07 183.84 234.23 -
System Red Green Blue C M Y K H S L
Decimal 252 8 202 0 0.97 0.20 0.01 312.3 0.98 0.51
Hex FC 8 CA 0 61 14 1 138 62 33
Octal 374 10 312 0 141 24 1 470 142 63
Binary 11111100 1000 11001010 0 1100001 10100 1 100111000 1100010 110011

Color Harmonies of #FC08CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC08CA

Black with #FC08CA

Text Example


Text Example

White with #FC08CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC08CA; }

 p { color: rgb(252,8,202); }

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

background-color css

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

 a { background-color: rgb(252,8,202); }

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

border-color css

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

 span { border-color: rgb(252,8,202); }

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