Html Css Color HEX #FC09CA Hot Magenta

📋 copy color: '#FC09CA'

red 252 ◦ green 9 ◦ blue 202

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

Shades of Hot Magenta #FC09CA

Tints of Hot Magenta #FC09CA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.94%

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

R = 54.43%
G = 1.94%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC09CA (or 0xFC09CA) is known color: Hot Magenta. HEX triplet: FC, 09 and CA. RGB value is (252,9,202). Sum of RGB (Red+Green+Blue) = 252+9+202=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 9 (3.91% from 255 or 1.94% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC09CA is #03F635. Grayscale: #676767. Windows color (decimal): -259638 or 13240828. OLE color: 13240828.

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

Color convert

RGB 252 9 202 -
CMYK 0 0.96 0.20 0.01
HSL 312.35º 0.98% 0.51% -
HSV(B) 312.35º 0.96% 0.99% -
XYZ 50.9 25.16 58.05 -
YUV 103.66 183.51 233.81 -
System Red Green Blue C M Y K H S L
Decimal 252 9 202 0 0.96 0.20 0.01 312.35 0.98 0.51
Hex FC 9 CA 0 60 14 1 138 62 33
Octal 374 11 312 0 140 24 1 470 142 63
Binary 11111100 1001 11001010 0 1100000 10100 1 100111000 1100010 110011

Color Harmonies of #FC09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09CA

Black with #FC09CA

Text Example


Text Example

White with #FC09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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