Html Css Color HEX #F31ADD Hot Magenta

📋 copy color: '#F31ADD'

red 243 ◦ green 26 ◦ blue 221

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

Shades of Hot Magenta #F31ADD

Tints of Hot Magenta #F31ADD

RGB

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

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

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

R = 49.59%
G = 5.31%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F31ADD (or 0xF31ADD) is known color: Hot Magenta. HEX triplet: F3, 1A and DD. RGB value is (243,26,221). Sum of RGB (Red+Green+Blue) = 243+26+221=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 26 (10.55% from 255 or 5.31% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F31ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31ADD is #0CE522. Grayscale: #707070. Windows color (decimal): -845091 or 14490355. OLE color: 14490355.

HSL color Cylindrical-coordinate representation of color #F31ADD: hue angle of 306.08º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31ADD is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 26 221 -
CMYK 0 0.89 0.09 0.05
HSL 306.08º 0.9% 0.53% -
HSV(B) 306.08º 0.89% 0.95% -
XYZ 50.38 25.01 70.58 -
YUV 113.11 188.89 220.64 -
System Red Green Blue C M Y K H S L
Decimal 243 26 221 0 0.89 0.09 0.05 306.08 0.9 0.53
Hex F3 1A DD 0 59 9 5 132 5A 35
Octal 363 32 335 0 131 11 5 462 132 65
Binary 11110011 11010 11011101 0 1011001 1001 101 100110010 1011010 110101

Color Harmonies of #F31ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31ADD

Black with #F31ADD

Text Example


Text Example

White with #F31ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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