Html Css Color HEX #F05AE1 Free Speech Magenta

📋 copy color: '#F05AE1'

red 240 ◦ green 90 ◦ blue 225

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

Shades of Free Speech Magenta #F05AE1

Tints of Free Speech Magenta #F05AE1

RGB

 RED value IS 240 (94.14% from 255) = 43.24%

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

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

R = 43.24%
G = 16.22%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F05AE1 (or 0xF05AE1) is known color: Free Speech Magenta. HEX triplet: F0, 5A and E1. RGB value is (240,90,225). Sum of RGB (Red+Green+Blue) = 240+90+225=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 90 (35.55% from 255 or 16.22% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F05AE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05AE1 is #0FA51E. Grayscale: #959595. Windows color (decimal): -1025311 or 14768880. OLE color: 14768880.

HSL color Cylindrical-coordinate representation of color #F05AE1: hue angle of 306º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05AE1 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 90 225 -
CMYK 0 0.62 0.06 0.06
HSL 306º 0.83% 0.65% -
HSV(B) 306º 0.63% 0.94% -
XYZ 53.18 31.27 74.47 -
YUV 150.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 240 90 225 0 0.62 0.06 0.06 306 0.83 0.65
Hex F0 5A E1 0 3E 6 6 132 53 41
Octal 360 132 341 0 76 6 6 462 123 101
Binary 11110000 1011010 11100001 0 111110 110 110 100110010 1010011 1000001

Color Harmonies of #F05AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05AE1

Black with #F05AE1

Text Example


Text Example

White with #F05AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05AE1; }

 p { color: rgb(240,90,225); }

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

background-color css

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

 a { background-color: rgb(240,90,225); }

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

border-color css

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

 span { border-color: rgb(240,90,225); }

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