Html Css Color HEX #F04DEA Free Speech Magenta

📋 copy color: '#F04DEA'

red 240 ◦ green 77 ◦ blue 234

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

Shades of Free Speech Magenta #F04DEA

Tints of Free Speech Magenta #F04DEA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.97%

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

R = 43.56%
G = 13.97%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F04DEA (or 0xF04DEA) is known color: Free Speech Magenta. HEX triplet: F0, 4D and EA. RGB value is (240,77,234). Sum of RGB (Red+Green+Blue) = 240+77+234=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 77 (30.47% from 255 or 13.97% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04DEA is #0FB215. Grayscale: #8F8F8F. Windows color (decimal): -1028630 or 15355376. OLE color: 15355376.

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

Color convert

RGB 240 77 234 -
CMYK 0 0.68 0.02 0.06
HSL 302.21º 0.84% 0.62% -
HSV(B) 302.21º 0.68% 0.94% -
XYZ 53.44 29.77 80.77 -
YUV 143.64 179 196.73 -
System Red Green Blue C M Y K H S L
Decimal 240 77 234 0 0.68 0.02 0.06 302.21 0.84 0.62
Hex F0 4D EA 0 44 2 6 12E 54 3E
Octal 360 115 352 0 104 2 6 456 124 76
Binary 11110000 1001101 11101010 0 1000100 10 110 100101110 1010100 111110

Color Harmonies of #F04DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DEA

Black with #F04DEA

Text Example


Text Example

White with #F04DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DEA; }

 p { color: rgb(240,77,234); }

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

background-color css

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

 a { background-color: rgb(240,77,234); }

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

border-color css

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

 span { border-color: rgb(240,77,234); }

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