#F213FB

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

Shades of Magenta #F213FB

Tints of Magenta #F213FB

Color information

#F213FB (or 0xF213FB) is unknown color: approx Magenta. HEX triplet: F2, 13 and FB. RGB value is (242,19,251). Sum of RGB (Red+Green+Blue) = 242+19+251=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 19 (7.81% from 255 or 3.71% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #F213FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F213FB is #0DEC04. Grayscale: #6F6F6F. Windows color (decimal): -912389 or 16454642. OLE color: 16454642.

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

Color convert

RGB24219251-
CMYK0.040.9200.02
HSL297.67º96.67%52.94%-
HSV(B)297.67º92.43%98.43%-
XYZ54.2626.3193.48-
YUV112.12206.38220.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 19 (7.81% from 255) = 3.71%
BLUE value IS 251 (98.44% from 255) = 49.02%
R=47.27%
G=3.71%
B=49.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242192510.040.9200.02297.6796.6752.94
HexF213FB45C0212a6135
Octal3622337341340245214165
Binary11110010100111111101110010111000101001010101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F213FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F213FB; }

 p { color: rgb(242,19,251); }

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

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

 a { background-color: rgb(242,19,251); }

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

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

 span { border-color: rgb(242,19,251); }

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