Html Css Color HEX #FD51DF Free Speech Magenta

📋 copy color: '#FD51DF'

red 253 ◦ green 81 ◦ blue 223

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

Shades of Free Speech Magenta #FD51DF

Tints of Free Speech Magenta #FD51DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 45.42%
G = 14.54%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD51DF (or 0xFD51DF) is known color: Free Speech Magenta. HEX triplet: FD, 51 and DF. RGB value is (253,81,223). Sum of RGB (Red+Green+Blue) = 253+81+223=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 81 (32.03% from 255 or 14.54% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD51DF is #02AE20. Grayscale: #949494. Windows color (decimal): -175649 or 14635517. OLE color: 14635517.

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

Color convert

RGB 253 81 223 -
CMYK 0 0.68 0.12 0.01
HSL 310.47º 0.98% 0.65% -
HSV(B) 310.47º 0.68% 0.99% -
XYZ 56.77 32.1 73.01 -
YUV 148.62 169.98 202.45 -
System Red Green Blue C M Y K H S L
Decimal 253 81 223 0 0.68 0.12 0.01 310.47 0.98 0.65
Hex FD 51 DF 0 44 C 1 136 62 41
Octal 375 121 337 0 104 14 1 466 142 101
Binary 11111101 1010001 11011111 0 1000100 1100 1 100110110 1100010 1000001

Color Harmonies of #FD51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD51DF

Black with #FD51DF

Text Example


Text Example

White with #FD51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD51DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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