Html Css Color HEX #F04AED Free Speech Magenta

📋 copy color: '#F04AED'

red 240 ◦ green 74 ◦ blue 237

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

Shades of Free Speech Magenta #F04AED

Tints of Free Speech Magenta #F04AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.43%

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

R = 43.56%
G = 13.43%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F04AED (or 0xF04AED) is known color: Free Speech Magenta. HEX triplet: F0, 4A and ED. RGB value is (240,74,237). Sum of RGB (Red+Green+Blue) = 240+74+237=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 74 (29.30% from 255 or 13.43% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04AED is #0FB512. Grayscale: #8D8D8D. Windows color (decimal): -1029395 or 15551216. OLE color: 15551216.

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

Color convert

RGB 240 74 237 -
CMYK 0 0.69 0.01 0.06
HSL 301.08º 0.85% 0.62% -
HSV(B) 301.08º 0.69% 0.94% -
XYZ 53.67 29.54 82.99 -
YUV 142.22 181.5 197.75 -
System Red Green Blue C M Y K H S L
Decimal 240 74 237 0 0.69 0.01 0.06 301.08 0.85 0.62
Hex F0 4A ED 0 45 1 6 12D 55 3E
Octal 360 112 355 0 105 1 6 455 125 76
Binary 11110000 1001010 11101101 0 1000101 1 110 100101101 1010101 111110

Color Harmonies of #F04AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04AED

Black with #F04AED

Text Example


Text Example

White with #F04AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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