Html Css Color HEX #FB21F0 Magenta

📋 copy color: '#FB21F0'

red 251 ◦ green 33 ◦ blue 240

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

Shades of Magenta #FB21F0

Tints of Magenta #FB21F0

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.3%

 BLUE value IS 240 (94.14% from 255) = 45.8%

R = 47.9%
G = 6.3%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB21F0 (or 0xFB21F0) is known color: Magenta. HEX triplet: FB, 21 and F0. RGB value is (251,33,240). Sum of RGB (Red+Green+Blue) = 251+33+240=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 33 (13.28% from 255 or 6.30% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB21F0 is #04DE0F. Grayscale: #797979. Windows color (decimal): -318992 or 15737339. OLE color: 15737339.

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

Color convert

RGB 251 33 240 -
CMYK 0 0.87 0.04 0.02
HSL 303.03º 0.96% 0.56% -
HSV(B) 303.03º 0.87% 0.98% -
XYZ 56.06 27.89 84.87 -
YUV 121.78 194.72 220.17 -
System Red Green Blue C M Y K H S L
Decimal 251 33 240 0 0.87 0.04 0.02 303.03 0.96 0.56
Hex FB 21 F0 0 57 4 2 12F 60 38
Octal 373 41 360 0 127 4 2 457 140 70
Binary 11111011 100001 11110000 0 1010111 100 10 100101111 1100000 111000

Color Harmonies of #FB21F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB21F0

Black with #FB21F0

Text Example


Text Example

White with #FB21F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB21F0; }

 p { color: rgb(251,33,240); }

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

background-color css

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

 a { background-color: rgb(251,33,240); }

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

border-color css

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

 span { border-color: rgb(251,33,240); }

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