Html Css Color HEX #FB55E5 Free Speech Magenta

📋 copy color: '#FB55E5'

red 251 ◦ green 85 ◦ blue 229

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

Shades of Free Speech Magenta #FB55E5

Tints of Free Speech Magenta #FB55E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 44.42%
G = 15.04%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB55E5 (or 0xFB55E5) is known color: Free Speech Magenta. HEX triplet: FB, 55 and E5. RGB value is (251,85,229). Sum of RGB (Red+Green+Blue) = 251+85+229=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55E5 is #04AA1A. Grayscale: #969696. Windows color (decimal): -305691 or 15029755. OLE color: 15029755.

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

Color convert

RGB 251 85 229 -
CMYK 0 0.66 0.09 0.02
HSL 307.95º 0.95% 0.66% -
HSV(B) 307.95º 0.66% 0.98% -
XYZ 57.18 32.66 77.42 -
YUV 151.05 172 199.29 -
System Red Green Blue C M Y K H S L
Decimal 251 85 229 0 0.66 0.09 0.02 307.95 0.95 0.66
Hex FB 55 E5 0 42 9 2 134 5F 42
Octal 373 125 345 0 102 11 2 464 137 102
Binary 11111011 1010101 11100101 0 1000010 1001 10 100110100 1011111 1000010

Color Harmonies of #FB55E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB55E5

Black with #FB55E5

Text Example


Text Example

White with #FB55E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB55E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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