#FB24F7

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

Shades of Magenta #FB24F7

Tints of Magenta #FB24F7

Color information

#FB24F7 (or 0xFB24F7) is unknown color: approx Magenta. HEX triplet: FB, 24 and F7. RGB value is (251,36,247). Sum of RGB (Red+Green+Blue) = 251+36+247=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 36 (14.45% from 255 or 6.74% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB24F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB24F7 is #04DB08. Grayscale: #7B7B7B. Windows color (decimal): -318217 or 16196859. OLE color: 16196859.

HSL color Cylindrical-coordinate representation of color #FB24F7: hue angle of 301.12º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB24F7 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB25136247-
CMYK00.860.020.02
HSL301.12º96.41%56.27%-
HSV(B)301.12º85.66%98.43%-
XYZ57.228.4990.48-
YUV124.34197.23218.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.00%
GREEN value IS 36 (14.45% from 255) = 6.74%
BLUE value IS 247 (96.88% from 255) = 46.25%
R=47.00%
G=6.74%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513624700.860.020.02301.1296.4156.27
HexFB24F70562212d6038
Octal3734436701262245514070
Binary11111011100100111101110101011010101001011011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB24F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB24F7; }

 p { color: rgb(251,36,247); }

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

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

 a { background-color: rgb(251,36,247); }

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

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

 span { border-color: rgb(251,36,247); }

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