Html Css Color HEX #F55AEA Free Speech Magenta

📋 copy color: '#F55AEA'

red 245 ◦ green 90 ◦ blue 234

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

Shades of Free Speech Magenta #F55AEA

Tints of Free Speech Magenta #F55AEA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.82%

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 43.06%
G = 15.82%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F55AEA (or 0xF55AEA) is known color: Free Speech Magenta. HEX triplet: F5, 5A and EA. RGB value is (245,90,234). Sum of RGB (Red+Green+Blue) = 245+90+234=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 90 (35.55% from 255 or 15.82% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55AEA is #0AA515. Grayscale: #989898. Windows color (decimal): -697622 or 15358709. OLE color: 15358709.

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

Color convert

RGB 245 90 234 -
CMYK 0 0.63 0.04 0.04
HSL 304.26º 0.89% 0.66% -
HSV(B) 304.26º 0.63% 0.96% -
XYZ 56.16 32.67 81.19 -
YUV 152.76 173.85 193.79 -
System Red Green Blue C M Y K H S L
Decimal 245 90 234 0 0.63 0.04 0.04 304.26 0.89 0.66
Hex F5 5A EA 0 3F 4 4 130 59 42
Octal 365 132 352 0 77 4 4 460 131 102
Binary 11110101 1011010 11101010 0 111111 100 100 100110000 1011001 1000010

Color Harmonies of #F55AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55AEA

Black with #F55AEA

Text Example


Text Example

White with #F55AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55AEA; }

 p { color: rgb(245,90,234); }

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

background-color css

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

 a { background-color: rgb(245,90,234); }

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

border-color css

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

 span { border-color: rgb(245,90,234); }

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