Html Css Color HEX #F55AD2 Free Speech Magenta

📋 copy color: '#F55AD2'

red 245 ◦ green 90 ◦ blue 210

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

Shades of Free Speech Magenta #F55AD2

Tints of Free Speech Magenta #F55AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 44.95%
G = 16.51%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F55AD2 (or 0xF55AD2) is known color: Free Speech Magenta. HEX triplet: F5, 5A and D2. RGB value is (245,90,210). Sum of RGB (Red+Green+Blue) = 245+90+210=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55AD2 is #0AA52D. Grayscale: #959595. Windows color (decimal): -697646 or 13785845. OLE color: 13785845.

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

Color convert

RGB 245 90 210 -
CMYK 0 0.63 0.14 0.04
HSL 313.55º 0.89% 0.66% -
HSV(B) 313.55º 0.63% 0.96% -
XYZ 52.95 31.38 64.24 -
YUV 150.03 161.85 195.74 -
System Red Green Blue C M Y K H S L
Decimal 245 90 210 0 0.63 0.14 0.04 313.55 0.89 0.66
Hex F5 5A D2 0 3F E 4 13A 59 42
Octal 365 132 322 0 77 16 4 472 131 102
Binary 11110101 1011010 11010010 0 111111 1110 100 100111010 1011001 1000010

Color Harmonies of #F55AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55AD2

Black with #F55AD2

Text Example


Text Example

White with #F55AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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