Html Css Color HEX #F563E5 Free Speech Magenta

📋 copy color: '#F563E5'

red 245 ◦ green 99 ◦ blue 229

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

Shades of Free Speech Magenta #F563E5

Tints of Free Speech Magenta #F563E5

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.28%

 BLUE value IS 229 (89.84% from 255) = 39.97%

R = 42.76%
G = 17.28%
B = 39.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F563E5 (or 0xF563E5) is known color: Free Speech Magenta. HEX triplet: F5, 63 and E5. RGB value is (245,99,229). Sum of RGB (Red+Green+Blue) = 245+99+229=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 99 (39.06% from 255 or 17.28% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F563E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F563E5 is #0A9C1A. Grayscale: #9D9D9D. Windows color (decimal): -695323 or 15033333. OLE color: 15033333.

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

Color convert

RGB 245 99 229 -
CMYK 0 0.60 0.07 0.04
HSL 306.58º 0.88% 0.67% -
HSV(B) 306.58º 0.6% 0.96% -
XYZ 56.26 33.99 77.72 -
YUV 157.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 245 99 229 0 0.60 0.07 0.04 306.58 0.88 0.67
Hex F5 63 E5 0 3C 7 4 133 58 43
Octal 365 143 345 0 74 7 4 463 130 103
Binary 11110101 1100011 11100101 0 111100 111 100 100110011 1011000 1000011

Color Harmonies of #F563E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F563E5

Black with #F563E5

Text Example


Text Example

White with #F563E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F563E5; }

 p { color: rgb(245,99,229); }

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

background-color css

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

 a { background-color: rgb(245,99,229); }

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

border-color css

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

 span { border-color: rgb(245,99,229); }

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