Html Css Color HEX #FB58DB Free Speech Magenta

📋 copy color: '#FB58DB'

red 251 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #FB58DB

Tints of Free Speech Magenta #FB58DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 44.98%
G = 15.77%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB58DB (or 0xFB58DB) is known color: Free Speech Magenta. HEX triplet: FB, 58 and DB. RGB value is (251,88,219). Sum of RGB (Red+Green+Blue) = 251+88+219=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 88 (34.77% from 255 or 15.77% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB58DB is #04A724. Grayscale: #979797. Windows color (decimal): -304933 or 14375163. OLE color: 14375163.

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

Color convert

RGB 251 88 219 -
CMYK 0 0.65 0.13 0.02
HSL 311.78º 0.95% 0.66% -
HSV(B) 311.78º 0.65% 0.98% -
XYZ 56.06 32.6 70.36 -
YUV 151.67 166 198.85 -
System Red Green Blue C M Y K H S L
Decimal 251 88 219 0 0.65 0.13 0.02 311.78 0.95 0.66
Hex FB 58 DB 0 41 D 2 138 5F 42
Octal 373 130 333 0 101 15 2 470 137 102
Binary 11111011 1011000 11011011 0 1000001 1101 10 100111000 1011111 1000010

Color Harmonies of #FB58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB58DB

Black with #FB58DB

Text Example


Text Example

White with #FB58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB58DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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