Html Css Color HEX #FB57DB Free Speech Magenta

📋 copy color: '#FB57DB'

red 251 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Magenta #FB57DB

Tints of Free Speech Magenta #FB57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.62%

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

R = 45.06%
G = 15.62%
B = 39.32%

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

#FB57DB (or 0xFB57DB) is known color: Free Speech Magenta. HEX triplet: FB, 57 and DB. RGB value is (251,87,219). Sum of RGB (Red+Green+Blue) = 251+87+219=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 87 (34.38% from 255 or 15.62% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB57DB is #04A824. Grayscale: #969696. Windows color (decimal): -305189 or 14374907. OLE color: 14374907.

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

Color convert

RGB 251 87 219 -
CMYK 0 0.65 0.13 0.02
HSL 311.71º 0.95% 0.66% -
HSV(B) 311.71º 0.65% 0.98% -
XYZ 55.98 32.44 70.33 -
YUV 151.08 166.33 199.27 -
System Red Green Blue C M Y K H S L
Decimal 251 87 219 0 0.65 0.13 0.02 311.71 0.95 0.66
Hex FB 57 DB 0 41 D 2 138 5F 42
Octal 373 127 333 0 101 15 2 470 137 102
Binary 11111011 1010111 11011011 0 1000001 1101 10 100111000 1011111 1000010

Color Harmonies of #FB57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB57DB

Black with #FB57DB

Text Example


Text Example

White with #FB57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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