Html Css Color HEX #F01AE0 Hot Magenta

📋 copy color: '#F01AE0'

red 240 ◦ green 26 ◦ blue 224

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

Shades of Hot Magenta #F01AE0

Tints of Hot Magenta #F01AE0

RGB

 RED value IS 240 (94.14% from 255) = 48.98%

 GREEN value IS 26 (10.55% from 255) = 5.31%

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 48.98%
G = 5.31%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F01AE0 (or 0xF01AE0) is known color: Hot Magenta. HEX triplet: F0, 1A and E0. RGB value is (240,26,224). Sum of RGB (Red+Green+Blue) = 240+26+224=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 26 (10.55% from 255 or 5.31% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F01AE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01AE0 is #0FE51F. Grayscale: #6F6F6F. Windows color (decimal): -1041696 or 14686960. OLE color: 14686960.

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

Color convert

RGB 240 26 224 -
CMYK 0 0.89 0.07 0.06
HSL 304.49º 0.88% 0.52% -
HSV(B) 304.49º 0.89% 0.94% -
XYZ 49.76 24.65 72.66 -
YUV 112.56 190.9 218.9 -
System Red Green Blue C M Y K H S L
Decimal 240 26 224 0 0.89 0.07 0.06 304.49 0.88 0.52
Hex F0 1A E0 0 59 7 6 130 58 34
Octal 360 32 340 0 131 7 6 460 130 64
Binary 11110000 11010 11100000 0 1011001 111 110 100110000 1011000 110100

Color Harmonies of #F01AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01AE0

Black with #F01AE0

Text Example


Text Example

White with #F01AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01AE0; }

 p { color: rgb(240,26,224); }

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

background-color css

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

 a { background-color: rgb(240,26,224); }

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

border-color css

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

 span { border-color: rgb(240,26,224); }

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