Html Css Color HEX #FC0FEA Magenta

📋 copy color: '#FC0FEA'

red 252 ◦ green 15 ◦ blue 234

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

Shades of Magenta #FC0FEA

Tints of Magenta #FC0FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.99%

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

R = 50.3%
G = 2.99%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC0FEA (or 0xFC0FEA) is known color: Magenta. HEX triplet: FC, 0F and EA. RGB value is (252,15,234). Sum of RGB (Red+Green+Blue) = 252+15+234=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 15 (6.25% from 255 or 2.99% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0FEA is #03F015. Grayscale: #6E6E6E. Windows color (decimal): -258070 or 15339516. OLE color: 15339516.

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

Color convert

RGB 252 15 234 -
CMYK 0 0.94 0.07 0.01
HSL 304.56º 0.98% 0.52% -
HSV(B) 304.56º 0.94% 0.99% -
XYZ 55.17 26.98 80.14 -
YUV 110.83 197.52 228.69 -
System Red Green Blue C M Y K H S L
Decimal 252 15 234 0 0.94 0.07 0.01 304.56 0.98 0.52
Hex FC F EA 0 5E 7 1 131 62 34
Octal 374 17 352 0 136 7 1 461 142 64
Binary 11111100 1111 11101010 0 1011110 111 1 100110001 1100010 110100

Color Harmonies of #FC0FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FEA

Black with #FC0FEA

Text Example


Text Example

White with #FC0FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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