Html Css Color HEX #F564DF Free Speech Magenta

📋 copy color: '#F564DF'

red 245 ◦ green 100 ◦ blue 223

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

Shades of Free Speech Magenta #F564DF

Tints of Free Speech Magenta #F564DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.61%

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 43.13%
G = 17.61%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F564DF (or 0xF564DF) is known color: Free Speech Magenta. HEX triplet: F5, 64 and DF. RGB value is (245,100,223). Sum of RGB (Red+Green+Blue) = 245+100+223=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F564DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564DF is #0A9B20. Grayscale: #9D9D9D. Windows color (decimal): -695073 or 14640373. OLE color: 14640373.

HSL color Cylindrical-coordinate representation of color #F564DF: hue angle of 309.1º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F564DF is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 100 223 -
CMYK 0 0.59 0.09 0.04
HSL 309.1º 0.88% 0.68% -
HSV(B) 309.1º 0.59% 0.96% -
XYZ 55.53 33.85 73.42 -
YUV 157.38 165.04 190.5 -
System Red Green Blue C M Y K H S L
Decimal 245 100 223 0 0.59 0.09 0.04 309.1 0.88 0.68
Hex F5 64 DF 0 3B 9 4 135 58 44
Octal 365 144 337 0 73 11 4 465 130 104
Binary 11110101 1100100 11011111 0 111011 1001 100 100110101 1011000 1000100

Color Harmonies of #F564DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F564DF

Black with #F564DF

Text Example


Text Example

White with #F564DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F564DF; }

 p { color: rgb(245,100,223); }

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

background-color css

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

 a { background-color: rgb(245,100,223); }

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

border-color css

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

 span { border-color: rgb(245,100,223); }

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