Html Css Color HEX #FB5BDB Free Speech Magenta

📋 copy color: '#FB5BDB'

red 251 ◦ green 91 ◦ blue 219

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

Shades of Free Speech Magenta #FB5BDB

Tints of Free Speech Magenta #FB5BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.22%

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

R = 44.74%
G = 16.22%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB5BDB (or 0xFB5BDB) is known color: Free Speech Magenta. HEX triplet: FB, 5B and DB. RGB value is (251,91,219). Sum of RGB (Red+Green+Blue) = 251+91+219=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 91 (35.94% from 255 or 16.22% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5BDB is #04A424. Grayscale: #999999. Windows color (decimal): -304165 or 14375931. OLE color: 14375931.

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

Color convert

RGB 251 91 219 -
CMYK 0 0.64 0.13 0.02
HSL 312º 0.95% 0.67% -
HSV(B) 312º 0.64% 0.98% -
XYZ 56.31 33.11 70.44 -
YUV 153.43 165.01 197.59 -
System Red Green Blue C M Y K H S L
Decimal 251 91 219 0 0.64 0.13 0.02 312 0.95 0.67
Hex FB 5B DB 0 40 D 2 138 5F 43
Octal 373 133 333 0 100 15 2 470 137 103
Binary 11111011 1011011 11011011 0 1000000 1101 10 100111000 1011111 1000011

Color Harmonies of #FB5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5BDB

Black with #FB5BDB

Text Example


Text Example

White with #FB5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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