Html Css Color HEX #F552DD Free Speech Magenta

📋 copy color: '#F552DD'

red 245 ◦ green 82 ◦ blue 221

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

Shades of Free Speech Magenta #F552DD

Tints of Free Speech Magenta #F552DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 44.71%
G = 14.96%
B = 40.33%

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

#F552DD (or 0xF552DD) is known color: Free Speech Magenta. HEX triplet: F5, 52 and DD. RGB value is (245,82,221). Sum of RGB (Red+Green+Blue) = 245+82+221=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 82 (32.42% from 255 or 14.96% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F552DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F552DD is #0AAD22. Grayscale: #929292. Windows color (decimal): -699683 or 14504693. OLE color: 14504693.

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

Color convert

RGB 245 82 221 -
CMYK 0 0.67 0.10 0.04
HSL 308.83º 0.89% 0.64% -
HSV(B) 308.83º 0.67% 0.96% -
XYZ 53.72 30.67 71.49 -
YUV 146.58 170 198.2 -
System Red Green Blue C M Y K H S L
Decimal 245 82 221 0 0.67 0.10 0.04 308.83 0.89 0.64
Hex F5 52 DD 0 43 A 4 135 59 40
Octal 365 122 335 0 103 12 4 465 131 100
Binary 11110101 1010010 11011101 0 1000011 1010 100 100110101 1011001 1000000

Color Harmonies of #F552DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552DD

Black with #F552DD

Text Example


Text Example

White with #F552DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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