Html Css Color HEX #FD5FDB Free Speech Magenta

📋 copy color: '#FD5FDB'

red 253 ◦ green 95 ◦ blue 219

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

Shades of Free Speech Magenta #FD5FDB

Tints of Free Speech Magenta #FD5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.75%

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

R = 44.62%
G = 16.75%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD5FDB (or 0xFD5FDB) is known color: Free Speech Magenta. HEX triplet: FD, 5F and DB. RGB value is (253,95,219). Sum of RGB (Red+Green+Blue) = 253+95+219=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 95 (37.5% from 255 or 16.75% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5FDB is #02A024. Grayscale: #9C9C9C. Windows color (decimal): -172069 or 14376957. OLE color: 14376957.

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

Color convert

RGB 253 95 219 -
CMYK 0 0.62 0.13 0.01
HSL 312.91º 0.98% 0.68% -
HSV(B) 312.91º 0.62% 0.99% -
XYZ 57.39 34.18 70.59 -
YUV 156.38 163.35 196.92 -
System Red Green Blue C M Y K H S L
Decimal 253 95 219 0 0.62 0.13 0.01 312.91 0.98 0.68
Hex FD 5F DB 0 3E D 1 139 62 44
Octal 375 137 333 0 76 15 1 471 142 104
Binary 11111101 1011111 11011011 0 111110 1101 1 100111001 1100010 1000100

Color Harmonies of #FD5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5FDB

Black with #FD5FDB

Text Example


Text Example

White with #FD5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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