Html Css Color HEX #F55BE0 Free Speech Magenta

📋 copy color: '#F55BE0'

red 245 ◦ green 91 ◦ blue 224

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

Shades of Free Speech Magenta #F55BE0

Tints of Free Speech Magenta #F55BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40%

R = 43.75%
G = 16.25%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F55BE0 (or 0xF55BE0) is known color: Free Speech Magenta. HEX triplet: F5, 5B and E0. RGB value is (245,91,224). Sum of RGB (Red+Green+Blue) = 245+91+224=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 91 (35.94% from 255 or 16.25% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55BE0 is #0AA41F. Grayscale: #979797. Windows color (decimal): -697376 or 14703605. OLE color: 14703605.

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

Color convert

RGB 245 91 224 -
CMYK 0 0.63 0.09 0.04
HSL 308.18º 0.89% 0.66% -
HSV(B) 308.18º 0.63% 0.96% -
XYZ 54.85 32.28 73.86 -
YUV 152.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 245 91 224 0 0.63 0.09 0.04 308.18 0.89 0.66
Hex F5 5B E0 0 3F 9 4 134 59 42
Octal 365 133 340 0 77 11 4 464 131 102
Binary 11110101 1011011 11100000 0 111111 1001 100 100110100 1011001 1000010

Color Harmonies of #F55BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55BE0

Black with #F55BE0

Text Example


Text Example

White with #F55BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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