Html Css Color HEX #FC09FF Magenta

📋 copy color: '#FC09FF'

red 252 ◦ green 9 ◦ blue 255

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

Shades of Magenta #FC09FF

Tints of Magenta #FC09FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.42%

R = 48.84%
G = 1.74%
B = 49.42%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC09FF (or 0xFC09FF) is known color: Magenta. HEX triplet: FC, 09 and FF. RGB value is (252,9,255). Sum of RGB (Red+Green+Blue) = 252+9+255=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 9 (3.91% from 255 or 1.74% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC09FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC09FF is #03F600. Grayscale: #6C6C6C. Windows color (decimal): -259585 or 16714236. OLE color: 16714236.

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

Color convert

RGB 252 9 255 -
CMYK 0.01 0.96 0 0
HSL 299.27º 1% 0.52% -
HSV(B) 299.27º 0.96% 1% -
XYZ 58.29 28.11 96.96 -
YUV 109.7 210.01 229.5 -
System Red Green Blue C M Y K H S L
Decimal 252 9 255 0.01 0.96 0 0 299.27 1 0.52
Hex FC 9 FF 1 60 0 0 12B 64 34
Octal 374 11 377 1 140 0 0 453 144 64
Binary 11111100 1001 11111111 1 1100000 0 0 100101011 1100100 110100

Color Harmonies of #FC09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09FF

Black with #FC09FF

Text Example


Text Example

White with #FC09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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