Html Css Color HEX #F563DC Free Speech Magenta

📋 copy color: '#F563DC'

red 245 ◦ green 99 ◦ blue 220

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

Shades of Free Speech Magenta #F563DC

Tints of Free Speech Magenta #F563DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 43.44%
G = 17.55%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F563DC (or 0xF563DC) is known color: Free Speech Magenta. HEX triplet: F5, 63 and DC. RGB value is (245,99,220). Sum of RGB (Red+Green+Blue) = 245+99+220=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 99 (39.06% from 255 or 17.55% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F563DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F563DC is #0A9C23. Grayscale: #9C9C9C. Windows color (decimal): -695332 or 14443509. OLE color: 14443509.

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

Color convert

RGB 245 99 220 -
CMYK 0 0.60 0.10 0.04
HSL 310.27º 0.88% 0.67% -
HSV(B) 310.27º 0.6% 0.96% -
XYZ 55.04 33.5 71.28 -
YUV 156.45 163.87 191.16 -
System Red Green Blue C M Y K H S L
Decimal 245 99 220 0 0.60 0.10 0.04 310.27 0.88 0.67
Hex F5 63 DC 0 3C A 4 136 58 43
Octal 365 143 334 0 74 12 4 466 130 103
Binary 11110101 1100011 11011100 0 111100 1010 100 100110110 1011000 1000011

Color Harmonies of #F563DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F563DC

Black with #F563DC

Text Example


Text Example

White with #F563DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F563DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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