Html Css Color HEX #FB20ED Magenta

📋 copy color: '#FB20ED'

red 251 ◦ green 32 ◦ blue 237

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

Shades of Magenta #FB20ED

Tints of Magenta #FB20ED

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.15%

 BLUE value IS 237 (92.97% from 255) = 45.58%

R = 48.27%
G = 6.15%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB20ED (or 0xFB20ED) is known color: Magenta. HEX triplet: FB, 20 and ED. RGB value is (251,32,237). Sum of RGB (Red+Green+Blue) = 251+32+237=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 32 (12.89% from 255 or 6.15% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB20ED is #04DF12. Grayscale: #787878. Windows color (decimal): -319251 or 15540475. OLE color: 15540475.

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

Color convert

RGB 251 32 237 -
CMYK 0 0.87 0.06 0.02
HSL 303.84º 0.96% 0.55% -
HSV(B) 303.84º 0.87% 0.98% -
XYZ 55.59 27.66 82.53 -
YUV 120.85 193.55 220.83 -
System Red Green Blue C M Y K H S L
Decimal 251 32 237 0 0.87 0.06 0.02 303.84 0.96 0.55
Hex FB 20 ED 0 57 6 2 130 60 37
Octal 373 40 355 0 127 6 2 460 140 67
Binary 11111011 100000 11101101 0 1010111 110 10 100110000 1100000 110111

Color Harmonies of #FB20ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB20ED

Black with #FB20ED

Text Example


Text Example

White with #FB20ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB20ED; }

 p { color: rgb(251,32,237); }

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

background-color css

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

 a { background-color: rgb(251,32,237); }

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

border-color css

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

 span { border-color: rgb(251,32,237); }

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