Html Css Color HEX #FF5ADD Free Speech Magenta

📋 copy color: '#FF5ADD'

red 255 ◦ green 90 ◦ blue 221

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

Shades of Free Speech Magenta #FF5ADD

Tints of Free Speech Magenta #FF5ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 45.05%
G = 15.9%
B = 39.05%

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

#FF5ADD (or 0xFF5ADD) is known color: Free Speech Magenta. HEX triplet: FF, 5A and DD. RGB value is (255,90,221). Sum of RGB (Red+Green+Blue) = 255+90+221=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 90 (35.55% from 255 or 15.90% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ADD is #00A522. Grayscale: #999999. Windows color (decimal): -42275 or 14506751. OLE color: 14506751.

HSL color Cylindrical-coordinate representation of color #FF5ADD: hue angle of 312.36º 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 #FF5ADD is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 90 221 -
CMYK 0 0.65 0.13 0
HSL 312.36º 1% 0.68% -
HSV(B) 312.36º 0.65% 1% -
XYZ 57.95 33.79 71.88 -
YUV 154.27 165.66 199.85 -
System Red Green Blue C M Y K H S L
Decimal 255 90 221 0 0.65 0.13 0 312.36 1 0.68
Hex FF 5A DD 0 41 D 0 138 64 44
Octal 377 132 335 0 101 15 0 470 144 104
Binary 11111111 1011010 11011101 0 1000001 1101 0 100111000 1100100 1000100

Color Harmonies of #FF5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5ADD

Black with #FF5ADD

Text Example


Text Example

White with #FF5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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