Html Css Color HEX #FC09F9 Magenta

📋 copy color: '#FC09F9'

red 252 ◦ green 9 ◦ blue 249

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

Shades of Magenta #FC09F9

Tints of Magenta #FC09F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.82%

R = 49.41%
G = 1.76%
B = 48.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC09F9 (or 0xFC09F9) is known color: Magenta. HEX triplet: FC, 09 and F9. RGB value is (252,9,249). Sum of RGB (Red+Green+Blue) = 252+9+249=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 9 (3.91% from 255 or 1.76% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC09F9 is #03F606. Grayscale: #6C6C6C. Windows color (decimal): -259591 or 16321020. OLE color: 16321020.

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

Color convert

RGB 252 9 249 -
CMYK 0 0.96 0.01 0.01
HSL 300.74º 0.98% 0.51% -
HSV(B) 300.74º 0.96% 0.99% -
XYZ 57.34 27.73 91.95 -
YUV 109.02 207.01 229.99 -
System Red Green Blue C M Y K H S L
Decimal 252 9 249 0 0.96 0.01 0.01 300.74 0.98 0.51
Hex FC 9 F9 0 60 1 1 12D 62 33
Octal 374 11 371 0 140 1 1 455 142 63
Binary 11111100 1001 11111001 0 1100000 1 1 100101101 1100010 110011

Color Harmonies of #FC09F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09F9

Black with #FC09F9

Text Example


Text Example

White with #FC09F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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