Html Css Color HEX #F55AD6 Free Speech Magenta

📋 copy color: '#F55AD6'

red 245 ◦ green 90 ◦ blue 214

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

Shades of Free Speech Magenta #F55AD6

Tints of Free Speech Magenta #F55AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.98%

R = 44.63%
G = 16.39%
B = 38.98%

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

#F55AD6 (or 0xF55AD6) is known color: Free Speech Magenta. HEX triplet: F5, 5A and D6. RGB value is (245,90,214). Sum of RGB (Red+Green+Blue) = 245+90+214=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 90 (35.55% from 255 or 16.39% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55AD6 is #0AA529. Grayscale: #969696. Windows color (decimal): -697642 or 14047989. OLE color: 14047989.

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

Color convert

RGB 245 90 214 -
CMYK 0 0.63 0.13 0.04
HSL 312º 0.89% 0.66% -
HSV(B) 312º 0.63% 0.96% -
XYZ 53.45 31.58 66.9 -
YUV 150.48 163.85 195.42 -
System Red Green Blue C M Y K H S L
Decimal 245 90 214 0 0.63 0.13 0.04 312 0.89 0.66
Hex F5 5A D6 0 3F D 4 138 59 42
Octal 365 132 326 0 77 15 4 470 131 102
Binary 11110101 1011010 11010110 0 111111 1101 100 100111000 1011001 1000010

Color Harmonies of #F55AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55AD6

Black with #F55AD6

Text Example


Text Example

White with #F55AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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