Html Css Color HEX #F55AD5 Free Speech Magenta

📋 copy color: '#F55AD5'

red 245 ◦ green 90 ◦ blue 213

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

Shades of Free Speech Magenta #F55AD5

Tints of Free Speech Magenta #F55AD5

RGB

 RED value IS 245 (96.09% from 255) = 44.71%

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

 BLUE value IS 213 (83.59% from 255) = 38.87%

R = 44.71%
G = 16.42%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F55AD5 (or 0xF55AD5) is known color: Free Speech Magenta. HEX triplet: F5, 5A and D5. RGB value is (245,90,213). Sum of RGB (Red+Green+Blue) = 245+90+213=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 90 (35.55% from 255 or 16.42% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55AD5 is #0AA52A. Grayscale: #969696. Windows color (decimal): -697643 or 13982453. OLE color: 13982453.

HSL color Cylindrical-coordinate representation of color #F55AD5: hue angle of 312.39º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55AD5 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 90 213 -
CMYK 0 0.63 0.13 0.04
HSL 312.39º 0.89% 0.66% -
HSV(B) 312.39º 0.63% 0.96% -
XYZ 53.32 31.53 66.23 -
YUV 150.37 163.35 195.5 -
System Red Green Blue C M Y K H S L
Decimal 245 90 213 0 0.63 0.13 0.04 312.39 0.89 0.66
Hex F5 5A D5 0 3F D 4 138 59 42
Octal 365 132 325 0 77 15 4 470 131 102
Binary 11110101 1011010 11010101 0 111111 1101 100 100111000 1011001 1000010

Color Harmonies of #F55AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55AD5

Black with #F55AD5

Text Example


Text Example

White with #F55AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55AD5; }

 p { color: rgb(245,90,213); }

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

background-color css

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

 a { background-color: rgb(245,90,213); }

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

border-color css

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

 span { border-color: rgb(245,90,213); }

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