#f216f3

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

Shades of Magenta #F216F3

Tints of Magenta #F216F3

Color information

#F216F3 (or 0xF216F3) is unknown color: approx Magenta. HEX triplet: F2, 16 and F3. RGB value is (242,22,243). Sum of RGB (Red+Green+Blue) = 242+22+243=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 22 (8.98% from 255 or 4.34% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #F216F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F216F3 is #0DE90C. Grayscale: #707070. Windows color (decimal): -911629 or 15931122. OLE color: 15931122.

HSL color Cylindrical-coordinate representation of color #F216F3: hue angle of 299.73º degrees, saturation: 0.9, 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 #F216F3 is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24222243-
CMYK0.000.9100.05
HSL299.73º90.2%51.96%-
HSV(B)299.73º90.95%95.29%-
XYZ53.0825.9287-
YUV112.97201.39220.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.73%
GREEN value IS 22 (8.98% from 255) = 4.34%
BLUE value IS 243 (95.31% from 255) = 47.93%
R=47.73%
G=4.34%
B=47.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242222430.000.9100.05299.7390.251.96
HexF216F305B0512c5a34
Octal3622636301330545413264
Binary1111001010110111100110101101101011001011001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f216f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f216f3; }

 p { color: rgb(242,22,243); }

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

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

 a { background-color: rgb(242,22,243); }

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

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

 span { border-color: rgb(242,22,243); }

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