#F215DF

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

Shades of Hot Magenta #F215DF

Tints of Hot Magenta #F215DF

Color information

#F215DF (or 0xF215DF) is unknown color: approx Hot Magenta. HEX triplet: F2, 15 and DF. RGB value is (242,21,223). Sum of RGB (Red+Green+Blue) = 242+21+223=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F215DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215DF is #0DEA20. Grayscale: #6D6D6D. Windows color (decimal): -911905 or 14620146. OLE color: 14620146.

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

Color convert

RGB24221223-
CMYK00.910.080.05
HSL305.16º89.47%51.57%-
HSV(B)305.16º91.32%94.9%-
XYZ50.2124.7471.94-
YUV110.11191.72222.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.79%
GREEN value IS 21 (8.59% from 255) = 4.32%
BLUE value IS 223 (87.5% from 255) = 45.88%
R=49.79%
G=4.32%
B=45.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422122300.910.080.05305.1689.4751.57
HexF215DF05B851315934
Octal36225337013310546113164
Binary1111001010101110111110101101110001011001100011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F215DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F215DF; }

 p { color: rgb(242,21,223); }

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

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

 a { background-color: rgb(242,21,223); }

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

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

 span { border-color: rgb(242,21,223); }

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