Html Css Color HEX #FB02E6 Magenta

📋 copy color: '#FB02E6'

red 251 ◦ green 2 ◦ blue 230

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

Shades of Magenta #FB02E6

Tints of Magenta #FB02E6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.41%

 BLUE value IS 230 (90.23% from 255) = 47.62%

R = 51.97%
G = 0.41%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB02E6 (or 0xFB02E6) is known color: Magenta. HEX triplet: FB, 02 and E6. RGB value is (251,2,230). Sum of RGB (Red+Green+Blue) = 251+2+230=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 2 (1.17% from 255 or 0.41% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB02E6 is #04FD19. Grayscale: #656565. Windows color (decimal): -326938 or 15074043. OLE color: 15074043.

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

Color convert

RGB 251 2 230 -
CMYK 0 0.99 0.08 0.02
HSL 305.06º 0.98% 0.5% -
HSV(B) 305.06º 0.99% 0.98% -
XYZ 54.09 26.27 77.08 -
YUV 102.44 199.99 233.96 -
System Red Green Blue C M Y K H S L
Decimal 251 2 230 0 0.99 0.08 0.02 305.06 0.98 0.5
Hex FB 2 E6 0 63 8 2 131 62 32
Octal 373 2 346 0 143 10 2 461 142 62
Binary 11111011 10 11100110 0 1100011 1000 10 100110001 1100010 110010

Color Harmonies of #FB02E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB02E6

Black with #FB02E6

Text Example


Text Example

White with #FB02E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB02E6; }

 p { color: rgb(251,2,230); }

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

background-color css

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

 a { background-color: rgb(251,2,230); }

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

border-color css

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

 span { border-color: rgb(251,2,230); }

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