Html Css Color HEX #F047EC Free Speech Magenta

📋 copy color: '#F047EC'

red 240 ◦ green 71 ◦ blue 236

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

Shades of Free Speech Magenta #F047EC

Tints of Free Speech Magenta #F047EC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.98%

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 43.88%
G = 12.98%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F047EC (or 0xF047EC) is known color: Free Speech Magenta. HEX triplet: F0, 47 and EC. RGB value is (240,71,236). Sum of RGB (Red+Green+Blue) = 240+71+236=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 71 (28.12% from 255 or 12.98% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F047EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F047EC is #0FB813. Grayscale: #8B8B8B. Windows color (decimal): -1030164 or 15484912. OLE color: 15484912.

HSL color Cylindrical-coordinate representation of color #F047EC: hue angle of 301.42º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F047EC is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 71 236 -
CMYK 0 0.70 0.02 0.06
HSL 301.42º 0.85% 0.61% -
HSV(B) 301.42º 0.7% 0.94% -
XYZ 53.33 29.09 82.16 -
YUV 140.34 181.99 199.08 -
System Red Green Blue C M Y K H S L
Decimal 240 71 236 0 0.70 0.02 0.06 301.42 0.85 0.61
Hex F0 47 EC 0 46 2 6 12D 55 3D
Octal 360 107 354 0 106 2 6 455 125 75
Binary 11110000 1000111 11101100 0 1000110 10 110 100101101 1010101 111101

Color Harmonies of #F047EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F047EC

Black with #F047EC

Text Example


Text Example

White with #F047EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F047EC; }

 p { color: rgb(240,71,236); }

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

background-color css

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

 a { background-color: rgb(240,71,236); }

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

border-color css

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

 span { border-color: rgb(240,71,236); }

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