Html Css Color HEX #F30CEA Magenta

📋 copy color: '#F30CEA'

red 243 ◦ green 12 ◦ blue 234

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

Shades of Magenta #F30CEA

Tints of Magenta #F30CEA

RGB

 RED value IS 243 (95.31% from 255) = 49.69%

 GREEN value IS 12 (5.08% from 255) = 2.45%

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

R = 49.69%
G = 2.45%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F30CEA (or 0xF30CEA) is known color: Magenta. HEX triplet: F3, 0C and EA. RGB value is (243,12,234). Sum of RGB (Red+Green+Blue) = 243+12+234=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 12 (5.08% from 255 or 2.45% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30CEA is #0CF315. Grayscale: #696969. Windows color (decimal): -848662 or 15338739. OLE color: 15338739.

HSL color Cylindrical-coordinate representation of color #F30CEA: hue angle of 302.34º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30CEA is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 12 234 -
CMYK 0 0.95 0.04 0.05
HSL 302.34º 0.91% 0.5% -
HSV(B) 302.34º 0.95% 0.95% -
XYZ 51.94 25.26 79.98 -
YUV 106.38 200.03 225.45 -
System Red Green Blue C M Y K H S L
Decimal 243 12 234 0 0.95 0.04 0.05 302.34 0.91 0.5
Hex F3 C EA 0 5F 4 5 12E 5B 32
Octal 363 14 352 0 137 4 5 456 133 62
Binary 11110011 1100 11101010 0 1011111 100 101 100101110 1011011 110010

Color Harmonies of #F30CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30CEA

Black with #F30CEA

Text Example


Text Example

White with #F30CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30CEA; }

 p { color: rgb(243,12,234); }

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

background-color css

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

 a { background-color: rgb(243,12,234); }

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

border-color css

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

 span { border-color: rgb(243,12,234); }

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