Html Css Color HEX #F30EE4 Hot Magenta

📋 copy color: '#F30EE4'

red 243 ◦ green 14 ◦ blue 228

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

Shades of Hot Magenta #F30EE4

Tints of Hot Magenta #F30EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.01%

R = 50.1%
G = 2.89%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F30EE4 (or 0xF30EE4) is known color: Hot Magenta. HEX triplet: F3, 0E and E4. RGB value is (243,14,228). Sum of RGB (Red+Green+Blue) = 243+14+228=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 14 (5.86% from 255 or 2.89% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30EE4 is #0CF11B. Grayscale: #6A6A6A. Windows color (decimal): -848156 or 14946035. OLE color: 14946035.

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

Color convert

RGB 243 14 228 -
CMYK 0 0.94 0.06 0.05
HSL 303.93º 0.91% 0.5% -
HSV(B) 303.93º 0.94% 0.95% -
XYZ 51.12 24.97 75.52 -
YUV 106.87 196.37 225.1 -
System Red Green Blue C M Y K H S L
Decimal 243 14 228 0 0.94 0.06 0.05 303.93 0.91 0.5
Hex F3 E E4 0 5E 6 5 130 5B 32
Octal 363 16 344 0 136 6 5 460 133 62
Binary 11110011 1110 11100100 0 1011110 110 101 100110000 1011011 110010

Color Harmonies of #F30EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30EE4

Black with #F30EE4

Text Example


Text Example

White with #F30EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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