Html Css Color HEX #FC09EA Magenta

📋 copy color: '#FC09EA'

red 252 ◦ green 9 ◦ blue 234

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

Shades of Magenta #FC09EA

Tints of Magenta #FC09EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 50.91%
G = 1.82%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC09EA (or 0xFC09EA) is known color: Magenta. HEX triplet: FC, 09 and EA. RGB value is (252,9,234). Sum of RGB (Red+Green+Blue) = 252+9+234=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 9 (3.91% from 255 or 1.82% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC09EA is #03F615. Grayscale: #6A6A6A. Windows color (decimal): -259606 or 15337980. OLE color: 15337980.

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

Color convert

RGB 252 9 234 -
CMYK 0 0.96 0.07 0.01
HSL 304.44º 0.98% 0.51% -
HSV(B) 304.44º 0.96% 0.99% -
XYZ 55.09 26.83 80.12 -
YUV 107.31 199.51 231.2 -
System Red Green Blue C M Y K H S L
Decimal 252 9 234 0 0.96 0.07 0.01 304.44 0.98 0.51
Hex FC 9 EA 0 60 7 1 130 62 33
Octal 374 11 352 0 140 7 1 460 142 63
Binary 11111100 1001 11101010 0 1100000 111 1 100110000 1100010 110011

Color Harmonies of #FC09EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09EA

Black with #FC09EA

Text Example


Text Example

White with #FC09EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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