Html Css Color HEX #F04ACC Free Speech Magenta

📋 copy color: '#F04ACC'

red 240 ◦ green 74 ◦ blue 204

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

Shades of Free Speech Magenta #F04ACC

Tints of Free Speech Magenta #F04ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 46.33%
G = 14.29%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F04ACC (or 0xF04ACC) is known color: Free Speech Magenta. HEX triplet: F0, 4A and CC. RGB value is (240,74,204). Sum of RGB (Red+Green+Blue) = 240+74+204=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F04ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04ACC is #0FB533. Grayscale: #8A8A8A. Windows color (decimal): -1029428 or 13388528. OLE color: 13388528.

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

Color convert

RGB 240 74 204 -
CMYK 0 0.69 0.15 0.06
HSL 313.01º 0.85% 0.62% -
HSV(B) 313.01º 0.69% 0.94% -
XYZ 49.28 27.78 59.89 -
YUV 138.45 165 200.43 -
System Red Green Blue C M Y K H S L
Decimal 240 74 204 0 0.69 0.15 0.06 313.01 0.85 0.62
Hex F0 4A CC 0 45 F 6 139 55 3E
Octal 360 112 314 0 105 17 6 471 125 76
Binary 11110000 1001010 11001100 0 1000101 1111 110 100111001 1010101 111110

Color Harmonies of #F04ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04ACC

Black with #F04ACC

Text Example


Text Example

White with #F04ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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