Html Css Color HEX #F01ADD Hot Magenta

📋 copy color: '#F01ADD'

red 240 ◦ green 26 ◦ blue 221

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

Shades of Hot Magenta #F01ADD

Tints of Hot Magenta #F01ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 49.28%
G = 5.34%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F01ADD (or 0xF01ADD) is known color: Hot Magenta. HEX triplet: F0, 1A and DD. RGB value is (240,26,221). Sum of RGB (Red+Green+Blue) = 240+26+221=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ADD is #0FE522. Grayscale: #6F6F6F. Windows color (decimal): -1041699 or 14490352. OLE color: 14490352.

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

Color convert

RGB 240 26 221 -
CMYK 0 0.89 0.08 0.06
HSL 305.33º 0.88% 0.52% -
HSV(B) 305.33º 0.89% 0.94% -
XYZ 49.36 24.48 70.53 -
YUV 112.22 189.4 219.14 -
System Red Green Blue C M Y K H S L
Decimal 240 26 221 0 0.89 0.08 0.06 305.33 0.88 0.52
Hex F0 1A DD 0 59 8 6 131 58 34
Octal 360 32 335 0 131 10 6 461 130 64
Binary 11110000 11010 11011101 0 1011001 1000 110 100110001 1011000 110100

Color Harmonies of #F01ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01ADD

Black with #F01ADD

Text Example


Text Example

White with #F01ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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