Html Css Color HEX #FB55E2 Free Speech Magenta

📋 copy color: '#FB55E2'

red 251 ◦ green 85 ◦ blue 226

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

Shades of Free Speech Magenta #FB55E2

Tints of Free Speech Magenta #FB55E2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.12%

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

R = 44.66%
G = 15.12%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB55E2 (or 0xFB55E2) is known color: Free Speech Magenta. HEX triplet: FB, 55 and E2. RGB value is (251,85,226). Sum of RGB (Red+Green+Blue) = 251+85+226=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 226 (88.67% from 255 or 40.21% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55E2 is #04AA1D. Grayscale: #969696. Windows color (decimal): -305694 or 14833147. OLE color: 14833147.

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

Color convert

RGB 251 85 226 -
CMYK 0 0.66 0.10 0.02
HSL 309.04º 0.95% 0.66% -
HSV(B) 309.04º 0.66% 0.98% -
XYZ 56.76 32.5 75.23 -
YUV 150.71 170.5 199.54 -
System Red Green Blue C M Y K H S L
Decimal 251 85 226 0 0.66 0.10 0.02 309.04 0.95 0.66
Hex FB 55 E2 0 42 A 2 135 5F 42
Octal 373 125 342 0 102 12 2 465 137 102
Binary 11111011 1010101 11100010 0 1000010 1010 10 100110101 1011111 1000010

Color Harmonies of #FB55E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB55E2

Black with #FB55E2

Text Example


Text Example

White with #FB55E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB55E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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