Html Css Color HEX #FB58E5 Free Speech Magenta

📋 copy color: '#FB58E5'

red 251 ◦ green 88 ◦ blue 229

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

Shades of Free Speech Magenta #FB58E5

Tints of Free Speech Magenta #FB58E5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.49%

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

R = 44.19%
G = 15.49%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB58E5 (or 0xFB58E5) is known color: Free Speech Magenta. HEX triplet: FB, 58 and E5. RGB value is (251,88,229). Sum of RGB (Red+Green+Blue) = 251+88+229=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 88 (34.77% from 255 or 15.49% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB58E5 is #04A71A. Grayscale: #989898. Windows color (decimal): -304923 or 15030523. OLE color: 15030523.

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

Color convert

RGB 251 88 229 -
CMYK 0 0.65 0.09 0.02
HSL 308.1º 0.95% 0.66% -
HSV(B) 308.1º 0.65% 0.98% -
XYZ 57.42 33.15 77.5 -
YUV 152.81 171 198.04 -
System Red Green Blue C M Y K H S L
Decimal 251 88 229 0 0.65 0.09 0.02 308.1 0.95 0.66
Hex FB 58 E5 0 41 9 2 134 5F 42
Octal 373 130 345 0 101 11 2 464 137 102
Binary 11111011 1011000 11100101 0 1000001 1001 10 100110100 1011111 1000010

Color Harmonies of #FB58E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB58E5

Black with #FB58E5

Text Example


Text Example

White with #FB58E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB58E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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