Html Css Color HEX #F51ADD Hot Magenta

📋 copy color: '#F51ADD'

red 245 ◦ green 26 ◦ blue 221

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

Shades of Hot Magenta #F51ADD

Tints of Hot Magenta #F51ADD

RGB

 RED value IS 245 (96.09% from 255) = 49.8%

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

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

R = 49.8%
G = 5.28%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F51ADD (or 0xF51ADD) is known color: Hot Magenta. HEX triplet: F5, 1A and DD. RGB value is (245,26,221). Sum of RGB (Red+Green+Blue) = 245+26+221=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 26 (10.55% from 255 or 5.28% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ADD is #0AE522. Grayscale: #717171. Windows color (decimal): -714019 or 14490357. OLE color: 14490357.

HSL color Cylindrical-coordinate representation of color #F51ADD: hue angle of 306.58º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51ADD is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 26 221 -
CMYK 0 0.89 0.10 0.04
HSL 306.58º 0.92% 0.53% -
HSV(B) 306.58º 0.89% 0.96% -
XYZ 51.08 25.37 70.61 -
YUV 113.71 188.55 221.64 -
System Red Green Blue C M Y K H S L
Decimal 245 26 221 0 0.89 0.10 0.04 306.58 0.92 0.53
Hex F5 1A DD 0 59 A 4 133 5C 35
Octal 365 32 335 0 131 12 4 463 134 65
Binary 11110101 11010 11011101 0 1011001 1010 100 100110011 1011100 110101

Color Harmonies of #F51ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51ADD

Black with #F51ADD

Text Example


Text Example

White with #F51ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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