#F918FB

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

Shades of Magenta #F918FB

Tints of Magenta #F918FB

Color information

#F918FB (or 0xF918FB) is unknown color: approx Magenta. HEX triplet: F9, 18 and FB. RGB value is (249,24,251). Sum of RGB (Red+Green+Blue) = 249+24+251=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 24 (9.77% from 255 or 4.58% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #F918FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F918FB is #06E704. Grayscale: #747474. Windows color (decimal): -452357 or 16455929. OLE color: 16455929.

HSL color Cylindrical-coordinate representation of color #F918FB: hue angle of 299.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918FB is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24924251-
CMYK0.010.9000.02
HSL299.47º96.6%53.92%-
HSV(B)299.47º90.44%98.43%-
XYZ56.8127.7693.63-
YUV117.15203.54222.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.52%
GREEN value IS 24 (9.77% from 255) = 4.58%
BLUE value IS 251 (98.44% from 255) = 47.90%
R=47.52%
G=4.58%
B=47.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249242510.010.9000.02299.4796.653.92
HexF918FB15A0212b6136
Octal3713037311320245314166
Binary111110011100011111011110110100101001010111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F918FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F918FB; }

 p { color: rgb(249,24,251); }

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

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

 a { background-color: rgb(249,24,251); }

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

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

 span { border-color: rgb(249,24,251); }

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