Html Css Color HEX #FB50E2 Free Speech Magenta

📋 copy color: '#FB50E2'

red 251 ◦ green 80 ◦ blue 226

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

Shades of Free Speech Magenta #FB50E2

Tints of Free Speech Magenta #FB50E2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.36%

 BLUE value IS 226 (88.67% from 255) = 40.57%

R = 45.06%
G = 14.36%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB50E2 (or 0xFB50E2) is known color: Free Speech Magenta. HEX triplet: FB, 50 and E2. RGB value is (251,80,226). Sum of RGB (Red+Green+Blue) = 251+80+226=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 80 (31.64% from 255 or 14.36% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50E2 is #04AF1D. Grayscale: #939393. Windows color (decimal): -306974 or 14831867. OLE color: 14831867.

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

Color convert

RGB 251 80 226 -
CMYK 0 0.68 0.10 0.02
HSL 308.77º 0.96% 0.65% -
HSV(B) 308.77º 0.68% 0.98% -
XYZ 56.38 31.74 75.11 -
YUV 147.77 172.15 201.63 -
System Red Green Blue C M Y K H S L
Decimal 251 80 226 0 0.68 0.10 0.02 308.77 0.96 0.65
Hex FB 50 E2 0 44 A 2 135 60 41
Octal 373 120 342 0 104 12 2 465 140 101
Binary 11111011 1010000 11100010 0 1000100 1010 10 100110101 1100000 1000001

Color Harmonies of #FB50E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB50E2

Black with #FB50E2

Text Example


Text Example

White with #FB50E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB50E2; }

 p { color: rgb(251,80,226); }

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

background-color css

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

 a { background-color: rgb(251,80,226); }

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

border-color css

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

 span { border-color: rgb(251,80,226); }

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