Html Css Color HEX #F552DC Free Speech Magenta

📋 copy color: '#F552DC'

red 245 ◦ green 82 ◦ blue 220

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

Shades of Free Speech Magenta #F552DC

Tints of Free Speech Magenta #F552DC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.99%

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

R = 44.79%
G = 14.99%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F552DC (or 0xF552DC) is known color: Free Speech Magenta. HEX triplet: F5, 52 and DC. RGB value is (245,82,220). Sum of RGB (Red+Green+Blue) = 245+82+220=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 82 (32.42% from 255 or 14.99% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F552DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F552DC is #0AAD23. Grayscale: #929292. Windows color (decimal): -699684 or 14439157. OLE color: 14439157.

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

Color convert

RGB 245 82 220 -
CMYK 0 0.67 0.10 0.04
HSL 309.2º 0.89% 0.64% -
HSV(B) 309.2º 0.67% 0.96% -
XYZ 53.59 30.61 70.79 -
YUV 146.47 169.5 198.28 -
System Red Green Blue C M Y K H S L
Decimal 245 82 220 0 0.67 0.10 0.04 309.2 0.89 0.64
Hex F5 52 DC 0 43 A 4 135 59 40
Octal 365 122 334 0 103 12 4 465 131 100
Binary 11110101 1010010 11011100 0 1000011 1010 100 100110101 1011001 1000000

Color Harmonies of #F552DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552DC

Black with #F552DC

Text Example


Text Example

White with #F552DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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