Html Css Color HEX #F04FC2 Free Speech Magenta

📋 copy color: '#F04FC2'

red 240 ◦ green 79 ◦ blue 194

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

Shades of Free Speech Magenta #F04FC2

Tints of Free Speech Magenta #F04FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.82%

R = 46.78%
G = 15.4%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F04FC2 (or 0xF04FC2) is known color: Free Speech Magenta. HEX triplet: F0, 4F and C2. RGB value is (240,79,194). Sum of RGB (Red+Green+Blue) = 240+79+194=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FC2 is #0FB03D. Grayscale: #8B8B8B. Windows color (decimal): -1028158 or 12734448. OLE color: 12734448.

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

Color convert

RGB 240 79 194 -
CMYK 0 0.67 0.19 0.06
HSL 317.14º 0.84% 0.63% -
HSV(B) 317.14º 0.67% 0.94% -
XYZ 48.47 28.01 53.89 -
YUV 140.25 158.34 199.15 -
System Red Green Blue C M Y K H S L
Decimal 240 79 194 0 0.67 0.19 0.06 317.14 0.84 0.63
Hex F0 4F C2 0 43 13 6 13D 54 3F
Octal 360 117 302 0 103 23 6 475 124 77
Binary 11110000 1001111 11000010 0 1000011 10011 110 100111101 1010100 111111

Color Harmonies of #F04FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FC2

Black with #F04FC2

Text Example


Text Example

White with #F04FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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