Html Css Color HEX #F552EB Free Speech Magenta

📋 copy color: '#F552EB'

red 245 ◦ green 82 ◦ blue 235

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

Shades of Free Speech Magenta #F552EB

Tints of Free Speech Magenta #F552EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.81%

R = 43.59%
G = 14.59%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F552EB (or 0xF552EB) is known color: Free Speech Magenta. HEX triplet: F5, 52 and EB. RGB value is (245,82,235). Sum of RGB (Red+Green+Blue) = 245+82+235=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 82 (32.42% from 255 or 14.59% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F552EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F552EB is #0AAD14. Grayscale: #939393. Windows color (decimal): -699669 or 15422197. OLE color: 15422197.

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

Color convert

RGB 245 82 235 -
CMYK 0 0.67 0.04 0.04
HSL 303.68º 0.89% 0.64% -
HSV(B) 303.68º 0.67% 0.96% -
XYZ 55.67 31.45 81.73 -
YUV 148.18 177 197.06 -
System Red Green Blue C M Y K H S L
Decimal 245 82 235 0 0.67 0.04 0.04 303.68 0.89 0.64
Hex F5 52 EB 0 43 4 4 130 59 40
Octal 365 122 353 0 103 4 4 460 131 100
Binary 11110101 1010010 11101011 0 1000011 100 100 100110000 1011001 1000000

Color Harmonies of #F552EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552EB

Black with #F552EB

Text Example


Text Example

White with #F552EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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