Html Css Color HEX #F553DC Free Speech Magenta

📋 copy color: '#F553DC'

red 245 ◦ green 83 ◦ blue 220

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

Shades of Free Speech Magenta #F553DC

Tints of Free Speech Magenta #F553DC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.15%

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

R = 44.71%
G = 15.15%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F553DC (or 0xF553DC) is known color: Free Speech Magenta. HEX triplet: F5, 53 and DC. RGB value is (245,83,220). Sum of RGB (Red+Green+Blue) = 245+83+220=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 83 (32.81% from 255 or 15.15% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F553DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553DC is #0AAC23. Grayscale: #929292. Windows color (decimal): -699428 or 14439413. OLE color: 14439413.

HSL color Cylindrical-coordinate representation of color #F553DC: hue angle of 309.26º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F553DC is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 83 220 -
CMYK 0 0.66 0.10 0.04
HSL 309.26º 0.89% 0.64% -
HSV(B) 309.26º 0.66% 0.96% -
XYZ 53.67 30.77 70.82 -
YUV 147.06 169.17 197.86 -
System Red Green Blue C M Y K H S L
Decimal 245 83 220 0 0.66 0.10 0.04 309.26 0.89 0.64
Hex F5 53 DC 0 42 A 4 135 59 40
Octal 365 123 334 0 102 12 4 465 131 100
Binary 11110101 1010011 11011100 0 1000010 1010 100 100110101 1011001 1000000

Color Harmonies of #F553DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F553DC

Black with #F553DC

Text Example


Text Example

White with #F553DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F553DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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