Html Css Color HEX #F30EF2 Magenta

📋 copy color: '#F30EF2'

red 243 ◦ green 14 ◦ blue 242

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

Shades of Magenta #F30EF2

Tints of Magenta #F30EF2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.81%

 BLUE value IS 242 (94.92% from 255) = 48.5%

R = 48.7%
G = 2.81%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F30EF2 (or 0xF30EF2) is known color: Magenta. HEX triplet: F3, 0E and F2. RGB value is (243,14,242). Sum of RGB (Red+Green+Blue) = 243+14+242=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 14 (5.86% from 255 or 2.81% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30EF2 is #0CF10D. Grayscale: #6B6B6B. Windows color (decimal): -848142 or 15863539. OLE color: 15863539.

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

Color convert

RGB 243 14 242 -
CMYK 0 0.94 0.00 0.05
HSL 300.26º 0.91% 0.5% -
HSV(B) 300.26º 0.94% 0.95% -
XYZ 53.15 25.78 86.18 -
YUV 108.46 203.37 223.96 -
System Red Green Blue C M Y K H S L
Decimal 243 14 242 0 0.94 0.00 0.05 300.26 0.91 0.5
Hex F3 E F2 0 5E 0 5 12C 5B 32
Octal 363 16 362 0 136 0 5 454 133 62
Binary 11110011 1110 11110010 0 1011110 0 101 100101100 1011011 110010

Color Harmonies of #F30EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30EF2

Black with #F30EF2

Text Example


Text Example

White with #F30EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30EF2; }

 p { color: rgb(243,14,242); }

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

background-color css

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

 a { background-color: rgb(243,14,242); }

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

border-color css

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

 span { border-color: rgb(243,14,242); }

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