Html Css Color HEX #F561D6 Free Speech Magenta

📋 copy color: '#F561D6'

red 245 ◦ green 97 ◦ blue 214

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

Shades of Free Speech Magenta #F561D6

Tints of Free Speech Magenta #F561D6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.45%

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

R = 44.06%
G = 17.45%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F561D6 (or 0xF561D6) is known color: Free Speech Magenta. HEX triplet: F5, 61 and D6. RGB value is (245,97,214). Sum of RGB (Red+Green+Blue) = 245+97+214=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 97 (38.28% from 255 or 17.45% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F561D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F561D6 is #0A9E29. Grayscale: #9A9A9A. Windows color (decimal): -695850 or 14049781. OLE color: 14049781.

HSL color Cylindrical-coordinate representation of color #F561D6: hue angle of 312.57º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F561D6 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 97 214 -
CMYK 0 0.60 0.13 0.04
HSL 312.57º 0.88% 0.67% -
HSV(B) 312.57º 0.6% 0.96% -
XYZ 54.07 32.82 67.1 -
YUV 154.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 245 97 214 0 0.60 0.13 0.04 312.57 0.88 0.67
Hex F5 61 D6 0 3C D 4 139 58 43
Octal 365 141 326 0 74 15 4 471 130 103
Binary 11110101 1100001 11010110 0 111100 1101 100 100111001 1011000 1000011

Color Harmonies of #F561D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F561D6

Black with #F561D6

Text Example


Text Example

White with #F561D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F561D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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