Html Css Color HEX #F04ADE Free Speech Magenta

📋 copy color: '#F04ADE'

red 240 ◦ green 74 ◦ blue 222

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

Shades of Free Speech Magenta #F04ADE

Tints of Free Speech Magenta #F04ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 44.78%
G = 13.81%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F04ADE (or 0xF04ADE) is known color: Free Speech Magenta. HEX triplet: F0, 4A and DE. RGB value is (240,74,222). Sum of RGB (Red+Green+Blue) = 240+74+222=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 74 (29.30% from 255 or 13.81% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F04ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04ADE is #0FB521. Grayscale: #8C8C8C. Windows color (decimal): -1029410 or 14568176. OLE color: 14568176.

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

Color convert

RGB 240 74 222 -
CMYK 0 0.69 0.08 0.06
HSL 306.51º 0.85% 0.62% -
HSV(B) 306.51º 0.69% 0.94% -
XYZ 51.57 28.7 71.93 -
YUV 140.51 174 198.97 -
System Red Green Blue C M Y K H S L
Decimal 240 74 222 0 0.69 0.08 0.06 306.51 0.85 0.62
Hex F0 4A DE 0 45 8 6 133 55 3E
Octal 360 112 336 0 105 10 6 463 125 76
Binary 11110000 1001010 11011110 0 1000101 1000 110 100110011 1010101 111110

Color Harmonies of #F04ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04ADE

Black with #F04ADE

Text Example


Text Example

White with #F04ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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