Html Css Color HEX #FD5CDB Free Speech Magenta

📋 copy color: '#FD5CDB'

red 253 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #FD5CDB

Tints of Free Speech Magenta #FD5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.31%

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

R = 44.86%
G = 16.31%
B = 38.83%

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

#FD5CDB (or 0xFD5CDB) is known color: Free Speech Magenta. HEX triplet: FD, 5C and DB. RGB value is (253,92,219). Sum of RGB (Red+Green+Blue) = 253+92+219=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 92 (36.33% from 255 or 16.31% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5CDB is #02A324. Grayscale: #9A9A9A. Windows color (decimal): -172837 or 14376189. OLE color: 14376189.

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

Color convert

RGB 253 92 219 -
CMYK 0 0.64 0.13 0.01
HSL 312.67º 0.98% 0.68% -
HSV(B) 312.67º 0.64% 0.99% -
XYZ 57.12 33.65 70.5 -
YUV 154.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 253 92 219 0 0.64 0.13 0.01 312.67 0.98 0.68
Hex FD 5C DB 0 40 D 1 139 62 44
Octal 375 134 333 0 100 15 1 471 142 104
Binary 11111101 1011100 11011011 0 1000000 1101 1 100111001 1100010 1000100

Color Harmonies of #FD5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CDB

Black with #FD5CDB

Text Example


Text Example

White with #FD5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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