Html Css Color HEX #FD51DB Free Speech Magenta

📋 copy color: '#FD51DB'

red 253 ◦ green 81 ◦ blue 219

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

Shades of Free Speech Magenta #FD51DB

Tints of Free Speech Magenta #FD51DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.65%

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

R = 45.75%
G = 14.65%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD51DB (or 0xFD51DB) is known color: Free Speech Magenta. HEX triplet: FD, 51 and DB. RGB value is (253,81,219). Sum of RGB (Red+Green+Blue) = 253+81+219=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 81 (32.03% from 255 or 14.65% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD51DB is #02AE24. Grayscale: #939393. Windows color (decimal): -175653 or 14373373. OLE color: 14373373.

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

Color convert

RGB 253 81 219 -
CMYK 0 0.68 0.13 0.01
HSL 311.86º 0.98% 0.65% -
HSV(B) 311.86º 0.68% 0.99% -
XYZ 56.24 31.88 70.21 -
YUV 148.16 167.98 202.78 -
System Red Green Blue C M Y K H S L
Decimal 253 81 219 0 0.68 0.13 0.01 311.86 0.98 0.65
Hex FD 51 DB 0 44 D 1 138 62 41
Octal 375 121 333 0 104 15 1 470 142 101
Binary 11111101 1010001 11011011 0 1000100 1101 1 100111000 1100010 1000001

Color Harmonies of #FD51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD51DB

Black with #FD51DB

Text Example


Text Example

White with #FD51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD51DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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