Html Css Color HEX #FD5BDD Free Speech Magenta

📋 copy color: '#FD5BDD'

red 253 ◦ green 91 ◦ blue 221

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

Shades of Free Speech Magenta #FD5BDD

Tints of Free Speech Magenta #FD5BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 44.78%
G = 16.11%
B = 39.12%

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

#FD5BDD (or 0xFD5BDD) is known color: Free Speech Magenta. HEX triplet: FD, 5B and DD. RGB value is (253,91,221). Sum of RGB (Red+Green+Blue) = 253+91+221=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 91 (35.94% from 255 or 16.11% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5BDD is #02A422. Grayscale: #999999. Windows color (decimal): -173091 or 14507005. OLE color: 14507005.

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

Color convert

RGB 253 91 221 -
CMYK 0 0.64 0.13 0.01
HSL 311.85º 0.98% 0.67% -
HSV(B) 311.85º 0.64% 0.99% -
XYZ 57.3 33.59 71.87 -
YUV 154.26 165.67 198.43 -
System Red Green Blue C M Y K H S L
Decimal 253 91 221 0 0.64 0.13 0.01 311.85 0.98 0.67
Hex FD 5B DD 0 40 D 1 138 62 43
Octal 375 133 335 0 100 15 1 470 142 103
Binary 11111101 1011011 11011101 0 1000000 1101 1 100111000 1100010 1000011

Color Harmonies of #FD5BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5BDD

Black with #FD5BDD

Text Example


Text Example

White with #FD5BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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