Html Css Color HEX #FB58D5 Free Speech Magenta

📋 copy color: '#FB58D5'

red 251 ◦ green 88 ◦ blue 213

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

Shades of Free Speech Magenta #FB58D5

Tints of Free Speech Magenta #FB58D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.59%

R = 45.47%
G = 15.94%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FB58D5 (or 0xFB58D5) is known color: Free Speech Magenta. HEX triplet: FB, 58 and D5. RGB value is (251,88,213). Sum of RGB (Red+Green+Blue) = 251+88+213=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB58D5 is #04A72A. Grayscale: #969696. Windows color (decimal): -304939 or 13981947. OLE color: 13981947.

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

Color convert

RGB 251 88 213 -
CMYK 0 0.65 0.15 0.02
HSL 313.99º 0.95% 0.66% -
HSV(B) 313.99º 0.65% 0.98% -
XYZ 55.28 32.29 66.27 -
YUV 150.99 163 199.34 -
System Red Green Blue C M Y K H S L
Decimal 251 88 213 0 0.65 0.15 0.02 313.99 0.95 0.66
Hex FB 58 D5 0 41 F 2 13A 5F 42
Octal 373 130 325 0 101 17 2 472 137 102
Binary 11111011 1011000 11010101 0 1000001 1111 10 100111010 1011111 1000010

Color Harmonies of #FB58D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB58D5

Black with #FB58D5

Text Example


Text Example

White with #FB58D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB58D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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