Html Css Color HEX #FB58DF Free Speech Magenta

📋 copy color: '#FB58DF'

red 251 ◦ green 88 ◦ blue 223

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

Shades of Free Speech Magenta #FB58DF

Tints of Free Speech Magenta #FB58DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 44.66%
G = 15.66%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FB58DF (or 0xFB58DF) is known color: Free Speech Magenta. HEX triplet: FB, 58 and DF. RGB value is (251,88,223). Sum of RGB (Red+Green+Blue) = 251+88+223=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 88 (34.77% from 255 or 15.66% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB58DF is #04A720. Grayscale: #979797. Windows color (decimal): -304929 or 14637307. OLE color: 14637307.

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

Color convert

RGB 251 88 223 -
CMYK 0 0.65 0.11 0.02
HSL 310.31º 0.95% 0.66% -
HSV(B) 310.31º 0.65% 0.98% -
XYZ 56.59 32.82 73.16 -
YUV 152.13 168 198.52 -
System Red Green Blue C M Y K H S L
Decimal 251 88 223 0 0.65 0.11 0.02 310.31 0.95 0.66
Hex FB 58 DF 0 41 B 2 136 5F 42
Octal 373 130 337 0 101 13 2 466 137 102
Binary 11111011 1011000 11011111 0 1000001 1011 10 100110110 1011111 1000010

Color Harmonies of #FB58DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB58DF

Black with #FB58DF

Text Example


Text Example

White with #FB58DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB58DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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