Html Css Color HEX #F552E1 Free Speech Magenta

📋 copy color: '#F552E1'

red 245 ◦ green 82 ◦ blue 225

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

Shades of Free Speech Magenta #F552E1

Tints of Free Speech Magenta #F552E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.76%

R = 44.38%
G = 14.86%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F552E1 (or 0xF552E1) is known color: Free Speech Magenta. HEX triplet: F5, 52 and E1. RGB value is (245,82,225). Sum of RGB (Red+Green+Blue) = 245+82+225=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 82 (32.42% from 255 or 14.86% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F552E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F552E1 is #0AAD1E. Grayscale: #929292. Windows color (decimal): -699679 or 14766837. OLE color: 14766837.

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

Color convert

RGB 245 82 225 -
CMYK 0 0.67 0.08 0.04
HSL 307.36º 0.89% 0.64% -
HSV(B) 307.36º 0.67% 0.96% -
XYZ 54.26 30.88 74.34 -
YUV 147.04 172 197.87 -
System Red Green Blue C M Y K H S L
Decimal 245 82 225 0 0.67 0.08 0.04 307.36 0.89 0.64
Hex F5 52 E1 0 43 8 4 133 59 40
Octal 365 122 341 0 103 10 4 463 131 100
Binary 11110101 1010010 11100001 0 1000011 1000 100 100110011 1011001 1000000

Color Harmonies of #F552E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552E1

Black with #F552E1

Text Example


Text Example

White with #F552E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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