Html Css Color HEX #F552DF Free Speech Magenta

📋 copy color: '#F552DF'

red 245 ◦ green 82 ◦ blue 223

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

Shades of Free Speech Magenta #F552DF

Tints of Free Speech Magenta #F552DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 44.55%
G = 14.91%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F552DF (or 0xF552DF) is known color: Free Speech Magenta. HEX triplet: F5, 52 and DF. RGB value is (245,82,223). Sum of RGB (Red+Green+Blue) = 245+82+223=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 82 (32.42% from 255 or 14.91% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F552DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F552DF is #0AAD20. Grayscale: #929292. Windows color (decimal): -699681 or 14635765. OLE color: 14635765.

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

Color convert

RGB 245 82 223 -
CMYK 0 0.67 0.09 0.04
HSL 308.1º 0.89% 0.64% -
HSV(B) 308.1º 0.67% 0.96% -
XYZ 53.99 30.77 72.91 -
YUV 146.81 171 198.04 -
System Red Green Blue C M Y K H S L
Decimal 245 82 223 0 0.67 0.09 0.04 308.1 0.89 0.64
Hex F5 52 DF 0 43 9 4 134 59 40
Octal 365 122 337 0 103 11 4 464 131 100
Binary 11110101 1010010 11011111 0 1000011 1001 100 100110100 1011001 1000000

Color Harmonies of #F552DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552DF

Black with #F552DF

Text Example


Text Example

White with #F552DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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