Html Css Color HEX #FB21F2 Magenta

📋 copy color: '#FB21F2'

red 251 ◦ green 33 ◦ blue 242

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

Shades of Magenta #FB21F2

Tints of Magenta #FB21F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.01%

R = 47.72%
G = 6.27%
B = 46.01%

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

#FB21F2 (or 0xFB21F2) is known color: Magenta. HEX triplet: FB, 21 and F2. RGB value is (251,33,242). Sum of RGB (Red+Green+Blue) = 251+33+242=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 33 (13.28% from 255 or 6.27% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB21F2 is #04DE0D. Grayscale: #797979. Windows color (decimal): -318990 or 15868411. OLE color: 15868411.

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

Color convert

RGB 251 33 242 -
CMYK 0 0.87 0.04 0.02
HSL 302.48º 0.96% 0.56% -
HSV(B) 302.48º 0.87% 0.98% -
XYZ 56.35 28.01 86.44 -
YUV 122.01 195.72 220.01 -
System Red Green Blue C M Y K H S L
Decimal 251 33 242 0 0.87 0.04 0.02 302.48 0.96 0.56
Hex FB 21 F2 0 57 4 2 12E 60 38
Octal 373 41 362 0 127 4 2 456 140 70
Binary 11111011 100001 11110010 0 1010111 100 10 100101110 1100000 111000

Color Harmonies of #FB21F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB21F2

Black with #FB21F2

Text Example


Text Example

White with #FB21F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB21F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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