Html Css Color HEX #F30EE6 Magenta

📋 copy color: '#F30EE6'

red 243 ◦ green 14 ◦ blue 230

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

Shades of Magenta #F30EE6

Tints of Magenta #F30EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.23%

R = 49.9%
G = 2.87%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F30EE6 (or 0xF30EE6) is known color: Magenta. HEX triplet: F3, 0E and E6. RGB value is (243,14,230). Sum of RGB (Red+Green+Blue) = 243+14+230=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 14 (5.86% from 255 or 2.87% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30EE6 is #0CF119. Grayscale: #6A6A6A. Windows color (decimal): -848154 or 15077107. OLE color: 15077107.

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

Color convert

RGB 243 14 230 -
CMYK 0 0.94 0.05 0.05
HSL 303.41º 0.91% 0.5% -
HSV(B) 303.41º 0.94% 0.95% -
XYZ 51.4 25.08 77 -
YUV 107.1 197.37 224.94 -
System Red Green Blue C M Y K H S L
Decimal 243 14 230 0 0.94 0.05 0.05 303.41 0.91 0.5
Hex F3 E E6 0 5E 5 5 12F 5B 32
Octal 363 16 346 0 136 5 5 457 133 62
Binary 11110011 1110 11100110 0 1011110 101 101 100101111 1011011 110010

Color Harmonies of #F30EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30EE6

Black with #F30EE6

Text Example


Text Example

White with #F30EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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