Html Css Color HEX #F559D9 Free Speech Magenta

📋 copy color: '#F559D9'

red 245 ◦ green 89 ◦ blue 217

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

Shades of Free Speech Magenta #F559D9

Tints of Free Speech Magenta #F559D9

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.15%

 BLUE value IS 217 (85.16% from 255) = 39.38%

R = 44.46%
G = 16.15%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F559D9 (or 0xF559D9) is known color: Free Speech Magenta. HEX triplet: F5, 59 and D9. RGB value is (245,89,217). Sum of RGB (Red+Green+Blue) = 245+89+217=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 89 (35.16% from 255 or 16.15% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F559D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F559D9 is #0AA626. Grayscale: #959595. Windows color (decimal): -697895 or 14244341. OLE color: 14244341.

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

Color convert

RGB 245 89 217 -
CMYK 0 0.64 0.11 0.04
HSL 310.77º 0.89% 0.65% -
HSV(B) 310.77º 0.64% 0.96% -
XYZ 53.75 31.57 68.91 -
YUV 150.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 245 89 217 0 0.64 0.11 0.04 310.77 0.89 0.65
Hex F5 59 D9 0 40 B 4 137 59 41
Octal 365 131 331 0 100 13 4 467 131 101
Binary 11110101 1011001 11011001 0 1000000 1011 100 100110111 1011001 1000001

Color Harmonies of #F559D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F559D9

Black with #F559D9

Text Example


Text Example

White with #F559D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F559D9; }

 p { color: rgb(245,89,217); }

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

background-color css

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

 a { background-color: rgb(245,89,217); }

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

border-color css

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

 span { border-color: rgb(245,89,217); }

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