Html Css Color HEX #F05AED Free Speech Magenta

📋 copy color: '#F05AED'

red 240 ◦ green 90 ◦ blue 237

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

Shades of Free Speech Magenta #F05AED

Tints of Free Speech Magenta #F05AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 42.33%
G = 15.87%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F05AED (or 0xF05AED) is known color: Free Speech Magenta. HEX triplet: F0, 5A and ED. RGB value is (240,90,237). Sum of RGB (Red+Green+Blue) = 240+90+237=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 90 (35.55% from 255 or 15.87% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F05AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05AED is #0FA512. Grayscale: #979797. Windows color (decimal): -1025299 or 15555312. OLE color: 15555312.

HSL color Cylindrical-coordinate representation of color #F05AED: hue angle of 301.2º 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 #F05AED is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 90 237 -
CMYK 0 0.62 0.01 0.06
HSL 301.2º 0.83% 0.65% -
HSV(B) 301.2º 0.63% 0.94% -
XYZ 54.88 31.95 83.4 -
YUV 151.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 240 90 237 0 0.62 0.01 0.06 301.2 0.83 0.65
Hex F0 5A ED 0 3E 1 6 12D 53 41
Octal 360 132 355 0 76 1 6 455 123 101
Binary 11110000 1011010 11101101 0 111110 1 110 100101101 1010011 1000001

Color Harmonies of #F05AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05AED

Black with #F05AED

Text Example


Text Example

White with #F05AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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