Html Css Color HEX #FB24F6 Magenta

📋 copy color: '#FB24F6'

red 251 ◦ green 36 ◦ blue 246

#FB24F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #FB24F6

Tints of Magenta #FB24F6

RGB

 RED value IS 251 (98.44% from 255) = 47.09%

 GREEN value IS 36 (14.45% from 255) = 6.75%

 BLUE value IS 246 (96.48% from 255) = 46.15%

R = 47.09%
G = 6.75%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FB24F6 (or 0xFB24F6) is known color: Magenta. HEX triplet: FB, 24 and F6. RGB value is (251,36,246). Sum of RGB (Red+Green+Blue) = 251+36+246=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 36 (14.45% from 255 or 6.75% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB24F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB24F6 is #04DB09. Grayscale: #7B7B7B. Windows color (decimal): -318218 or 16131323. OLE color: 16131323.

HSL color Cylindrical-coordinate representation of color #FB24F6: hue angle of 301.4º 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 #FB24F6 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 36 246 -
CMYK 0 0.86 0.02 0.02
HSL 301.4º 0.96% 0.56% -
HSV(B) 301.4º 0.86% 0.98% -
XYZ 57.05 28.42 89.67 -
YUV 124.23 196.73 218.42 -
System Red Green Blue C M Y K H S L
Decimal 251 36 246 0 0.86 0.02 0.02 301.4 0.96 0.56
Hex FB 24 F6 0 56 2 2 12D 60 38
Octal 373 44 366 0 126 2 2 455 140 70
Binary 11111011 100100 11110110 0 1010110 10 10 100101101 1100000 111000

Color Harmonies of #FB24F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB24F6

Black with #FB24F6

Text Example


Text Example

White with #FB24F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB24F6; }

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

 H1.HeaderClassName
 {
   color: #FB24F6;
 }
 .AnyTagClassName
 {
   color: #FB24F6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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