Html Css Color HEX #FF5ADE Free Speech Magenta

📋 copy color: '#FF5ADE'

red 255 ◦ green 90 ◦ blue 222

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

Shades of Free Speech Magenta #FF5ADE

Tints of Free Speech Magenta #FF5ADE

RGB

 RED value IS 255 (100% from 255) = 44.97%

 GREEN value IS 90 (35.55% from 255) = 15.87%

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

R = 44.97%
G = 15.87%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF5ADE (or 0xFF5ADE) is known color: Free Speech Magenta. HEX triplet: FF, 5A and DE. RGB value is (255,90,222). Sum of RGB (Red+Green+Blue) = 255+90+222=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 90 (35.55% from 255 or 15.87% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ADE is #00A521. Grayscale: #9A9A9A. Windows color (decimal): -42274 or 14572287. OLE color: 14572287.

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

Color convert

RGB 255 90 222 -
CMYK 0 0.65 0.13 0
HSL 312º 1% 0.68% -
HSV(B) 312º 0.65% 1% -
XYZ 58.08 33.85 72.58 -
YUV 154.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 255 90 222 0 0.65 0.13 0 312 1 0.68
Hex FF 5A DE 0 41 D 0 138 64 44
Octal 377 132 336 0 101 15 0 470 144 104
Binary 11111111 1011010 11011110 0 1000001 1101 0 100111000 1100100 1000100

Color Harmonies of #FF5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5ADE

Black with #FF5ADE

Text Example


Text Example

White with #FF5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5ADE; }

 p { color: rgb(255,90,222); }

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

background-color css

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

 a { background-color: rgb(255,90,222); }

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

border-color css

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

 span { border-color: rgb(255,90,222); }

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