Html Css Color HEX #FA5DDE Free Speech Magenta

📋 copy color: '#FA5DDE'

red 250 ◦ green 93 ◦ blue 222

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

Shades of Free Speech Magenta #FA5DDE

Tints of Free Speech Magenta #FA5DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 44.25%
G = 16.46%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA5DDE (or 0xFA5DDE) is known color: Free Speech Magenta. HEX triplet: FA, 5D and DE. RGB value is (250,93,222). Sum of RGB (Red+Green+Blue) = 250+93+222=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 93 (36.72% from 255 or 16.46% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DDE is #05A221. Grayscale: #9A9A9A. Windows color (decimal): -369186 or 14573050. OLE color: 14573050.

HSL color Cylindrical-coordinate representation of color #FA5DDE: hue angle of 310.7º 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 #FA5DDE is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 93 222 -
CMYK 0 0.63 0.11 0.02
HSL 310.7º 0.94% 0.67% -
HSV(B) 310.7º 0.63% 0.98% -
XYZ 56.52 33.43 72.58 -
YUV 154.65 166.01 196.01 -
System Red Green Blue C M Y K H S L
Decimal 250 93 222 0 0.63 0.11 0.02 310.7 0.94 0.67
Hex FA 5D DE 0 3F B 2 137 5E 43
Octal 372 135 336 0 77 13 2 467 136 103
Binary 11111010 1011101 11011110 0 111111 1011 10 100110111 1011110 1000011

Color Harmonies of #FA5DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DDE

Black with #FA5DDE

Text Example


Text Example

White with #FA5DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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