Html Css Color HEX #FC09CF Hot Magenta

📋 copy color: '#FC09CF'

red 252 ◦ green 9 ◦ blue 207

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

Shades of Hot Magenta #FC09CF

Tints of Hot Magenta #FC09CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 53.85%
G = 1.92%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC09CF (or 0xFC09CF) is known color: Hot Magenta. HEX triplet: FC, 09 and CF. RGB value is (252,9,207). Sum of RGB (Red+Green+Blue) = 252+9+207=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC09CF is #03F630. Grayscale: #676767. Windows color (decimal): -259633 or 13568508. OLE color: 13568508.

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

Color convert

RGB 252 9 207 -
CMYK 0 0.96 0.18 0.01
HSL 311.11º 0.98% 0.51% -
HSV(B) 311.11º 0.96% 0.99% -
XYZ 51.51 25.4 61.22 -
YUV 104.23 186.01 233.4 -
System Red Green Blue C M Y K H S L
Decimal 252 9 207 0 0.96 0.18 0.01 311.11 0.98 0.51
Hex FC 9 CF 0 60 12 1 137 62 33
Octal 374 11 317 0 140 22 1 467 142 63
Binary 11111100 1001 11001111 0 1100000 10010 1 100110111 1100010 110011

Color Harmonies of #FC09CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09CF

Black with #FC09CF

Text Example


Text Example

White with #FC09CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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