Html Css Color HEX #F04FC6 Free Speech Magenta

📋 copy color: '#F04FC6'

red 240 ◦ green 79 ◦ blue 198

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

Shades of Free Speech Magenta #F04FC6

Tints of Free Speech Magenta #F04FC6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.28%

 BLUE value IS 198 (77.73% from 255) = 38.3%

R = 46.42%
G = 15.28%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F04FC6 (or 0xF04FC6) is known color: Free Speech Magenta. HEX triplet: F0, 4F and C6. RGB value is (240,79,198). Sum of RGB (Red+Green+Blue) = 240+79+198=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FC6 is #0FB039. Grayscale: #8C8C8C. Windows color (decimal): -1028154 or 12996592. OLE color: 12996592.

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

Color convert

RGB 240 79 198 -
CMYK 0 0.67 0.18 0.06
HSL 315.65º 0.84% 0.63% -
HSV(B) 315.65º 0.67% 0.94% -
XYZ 48.92 28.19 56.29 -
YUV 140.71 160.34 198.82 -
System Red Green Blue C M Y K H S L
Decimal 240 79 198 0 0.67 0.18 0.06 315.65 0.84 0.63
Hex F0 4F C6 0 43 12 6 13C 54 3F
Octal 360 117 306 0 103 22 6 474 124 77
Binary 11110000 1001111 11000110 0 1000011 10010 110 100111100 1010100 111111

Color Harmonies of #F04FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FC6

Black with #F04FC6

Text Example


Text Example

White with #F04FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FC6; }

 p { color: rgb(240,79,198); }

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

background-color css

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

 a { background-color: rgb(240,79,198); }

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

border-color css

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

 span { border-color: rgb(240,79,198); }

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