Html Css Color HEX #FA5DD8 Free Speech Magenta

📋 copy color: '#FA5DD8'

red 250 ◦ green 93 ◦ blue 216

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

Shades of Free Speech Magenta #FA5DD8

Tints of Free Speech Magenta #FA5DD8

RGB

 RED value IS 250 (98.05% from 255) = 44.72%

 GREEN value IS 93 (36.72% from 255) = 16.64%

 BLUE value IS 216 (84.77% from 255) = 38.64%

R = 44.72%
G = 16.64%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FA5DD8 (or 0xFA5DD8) is known color: Free Speech Magenta. HEX triplet: FA, 5D and D8. RGB value is (250,93,216). Sum of RGB (Red+Green+Blue) = 250+93+216=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DD8 is #05A227. Grayscale: #999999. Windows color (decimal): -369192 or 14179834. OLE color: 14179834.

HSL color Cylindrical-coordinate representation of color #FA5DD8: hue angle of 312.99º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5DD8 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 93 216 -
CMYK 0 0.63 0.14 0.02
HSL 312.99º 0.94% 0.67% -
HSV(B) 312.99º 0.63% 0.98% -
XYZ 55.73 33.11 68.42 -
YUV 153.97 163.01 196.5 -
System Red Green Blue C M Y K H S L
Decimal 250 93 216 0 0.63 0.14 0.02 312.99 0.94 0.67
Hex FA 5D D8 0 3F E 2 139 5E 43
Octal 372 135 330 0 77 16 2 471 136 103
Binary 11111010 1011101 11011000 0 111111 1110 10 100111001 1011110 1000011

Color Harmonies of #FA5DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DD8

Black with #FA5DD8

Text Example


Text Example

White with #FA5DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DD8; }

 p { color: rgb(250,93,216); }

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

background-color css

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

 a { background-color: rgb(250,93,216); }

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

border-color css

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

 span { border-color: rgb(250,93,216); }

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