#F31ADF

Color #F31ADF Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #F31ADF

Tints of Hot Magenta #F31ADF

Color information

#F31ADF (or 0xF31ADF) is unknown color: approx Hot Magenta. HEX triplet: F3, 1A and DF. RGB value is (243,26,223). Sum of RGB (Red+Green+Blue) = 243+26+223=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 26 (10.55% from 255 or 5.28% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F31ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31ADF is #0CE520. Grayscale: #707070. Windows color (decimal): -845089 or 14621427. OLE color: 14621427.

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

Color convert

RGB24326223-
CMYK00.890.080.05
HSL305.53º90.04%52.75%-
HSV(B)305.53º89.3%95.29%-
XYZ50.6525.1271.99-
YUV113.34189.89220.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.39%
GREEN value IS 26 (10.55% from 255) = 5.28%
BLUE value IS 223 (87.5% from 255) = 45.33%
R=49.39%
G=5.28%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432622300.890.080.05305.5390.0452.75
HexF31ADF059851325a35
Octal36332337013110546213265
Binary1111001111010110111110101100110001011001100101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31ADF; }

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

 H1.HeaderClassName
 {
   color: #F31ADF;
 }
 .AnyTagClassName
 {
   color: #F31ADF;
 }
</style>
background-color css

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

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

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

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

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

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