Html Css Color HEX #F564E0 Free Speech Magenta

📋 copy color: '#F564E0'

red 245 ◦ green 100 ◦ blue 224

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

Shades of Free Speech Magenta #F564E0

Tints of Free Speech Magenta #F564E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.37%

R = 43.06%
G = 17.57%
B = 39.37%

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

#F564E0 (or 0xF564E0) is known color: Free Speech Magenta. HEX triplet: F5, 64 and E0. RGB value is (245,100,224). Sum of RGB (Red+Green+Blue) = 245+100+224=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 100 (39.45% from 255 or 17.57% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F564E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564E0 is #0A9B1F. Grayscale: #9D9D9D. Windows color (decimal): -695072 or 14705909. OLE color: 14705909.

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

Color convert

RGB 245 100 224 -
CMYK 0 0.59 0.09 0.04
HSL 308.69º 0.88% 0.68% -
HSV(B) 308.69º 0.59% 0.96% -
XYZ 55.67 33.91 74.13 -
YUV 157.49 165.54 190.42 -
System Red Green Blue C M Y K H S L
Decimal 245 100 224 0 0.59 0.09 0.04 308.69 0.88 0.68
Hex F5 64 E0 0 3B 9 4 135 58 44
Octal 365 144 340 0 73 11 4 465 130 104
Binary 11110101 1100100 11100000 0 111011 1001 100 100110101 1011000 1000100

Color Harmonies of #F564E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F564E0

Black with #F564E0

Text Example


Text Example

White with #F564E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F564E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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