Html Css Color HEX #F04CEE Free Speech Magenta

📋 copy color: '#F04CEE'

red 240 ◦ green 76 ◦ blue 238

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

Shades of Free Speech Magenta #F04CEE

Tints of Free Speech Magenta #F04CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.72%

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 43.32%
G = 13.72%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F04CEE (or 0xF04CEE) is known color: Free Speech Magenta. HEX triplet: F0, 4C and EE. RGB value is (240,76,238). Sum of RGB (Red+Green+Blue) = 240+76+238=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 76 (30.08% from 255 or 13.72% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04CEE is #0FB311. Grayscale: #8F8F8F. Windows color (decimal): -1028882 or 15617264. OLE color: 15617264.

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

Color convert

RGB 240 76 238 -
CMYK 0 0.68 0.01 0.06
HSL 300.73º 0.85% 0.62% -
HSV(B) 300.73º 0.68% 0.94% -
XYZ 53.95 29.87 83.81 -
YUV 143.5 181.33 196.83 -
System Red Green Blue C M Y K H S L
Decimal 240 76 238 0 0.68 0.01 0.06 300.73 0.85 0.62
Hex F0 4C EE 0 44 1 6 12D 55 3E
Octal 360 114 356 0 104 1 6 455 125 76
Binary 11110000 1001100 11101110 0 1000100 1 110 100101101 1010101 111110

Color Harmonies of #F04CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CEE

Black with #F04CEE

Text Example


Text Example

White with #F04CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CEE; }

 p { color: rgb(240,76,238); }

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

background-color css

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

 a { background-color: rgb(240,76,238); }

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

border-color css

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

 span { border-color: rgb(240,76,238); }

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