Html Css Color HEX #FD5BDB Free Speech Magenta

📋 copy color: '#FD5BDB'

red 253 ◦ green 91 ◦ blue 219

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

Shades of Free Speech Magenta #FD5BDB

Tints of Free Speech Magenta #FD5BDB

RGB

 RED value IS 253 (99.22% from 255) = 44.94%

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

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

R = 44.94%
G = 16.16%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD5BDB (or 0xFD5BDB) is known color: Free Speech Magenta. HEX triplet: FD, 5B and DB. RGB value is (253,91,219). Sum of RGB (Red+Green+Blue) = 253+91+219=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 91 (35.94% from 255 or 16.16% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5BDB is #02A424. Grayscale: #999999. Windows color (decimal): -173093 or 14375933. OLE color: 14375933.

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

Color convert

RGB 253 91 219 -
CMYK 0 0.64 0.13 0.01
HSL 312.59º 0.98% 0.67% -
HSV(B) 312.59º 0.64% 0.99% -
XYZ 57.04 33.48 70.47 -
YUV 154.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 253 91 219 0 0.64 0.13 0.01 312.59 0.98 0.67
Hex FD 5B DB 0 40 D 1 139 62 43
Octal 375 133 333 0 100 15 1 471 142 103
Binary 11111101 1011011 11011011 0 1000000 1101 1 100111001 1100010 1000011

Color Harmonies of #FD5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5BDB

Black with #FD5BDB

Text Example


Text Example

White with #FD5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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