Html Css Color HEX #F55BE5 Free Speech Magenta

📋 copy color: '#F55BE5'

red 245 ◦ green 91 ◦ blue 229

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

Shades of Free Speech Magenta #F55BE5

Tints of Free Speech Magenta #F55BE5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.11%

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 43.36%
G = 16.11%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F55BE5 (or 0xF55BE5) is known color: Free Speech Magenta. HEX triplet: F5, 5B and E5. RGB value is (245,91,229). Sum of RGB (Red+Green+Blue) = 245+91+229=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 91 (35.94% from 255 or 16.11% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55BE5 is #0AA41A. Grayscale: #989898. Windows color (decimal): -697371 or 15031285. OLE color: 15031285.

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

Color convert

RGB 245 91 229 -
CMYK 0 0.63 0.07 0.04
HSL 306.23º 0.89% 0.66% -
HSV(B) 306.23º 0.63% 0.96% -
XYZ 55.54 32.55 77.48 -
YUV 152.78 171.02 193.78 -
System Red Green Blue C M Y K H S L
Decimal 245 91 229 0 0.63 0.07 0.04 306.23 0.89 0.66
Hex F5 5B E5 0 3F 7 4 132 59 42
Octal 365 133 345 0 77 7 4 462 131 102
Binary 11110101 1011011 11100101 0 111111 111 100 100110010 1011001 1000010

Color Harmonies of #F55BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55BE5

Black with #F55BE5

Text Example


Text Example

White with #F55BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55BE5; }

 p { color: rgb(245,91,229); }

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

background-color css

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

 a { background-color: rgb(245,91,229); }

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

border-color css

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

 span { border-color: rgb(245,91,229); }

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