Html Css Color HEX #F047DC Free Speech Magenta

📋 copy color: '#F047DC'

red 240 ◦ green 71 ◦ blue 220

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

Shades of Free Speech Magenta #F047DC

Tints of Free Speech Magenta #F047DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 45.2%
G = 13.37%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F047DC (or 0xF047DC) is known color: Free Speech Magenta. HEX triplet: F0, 47 and DC. RGB value is (240,71,220). Sum of RGB (Red+Green+Blue) = 240+71+220=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 71 (28.12% from 255 or 13.37% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F047DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047DC is #0FB823. Grayscale: #8A8A8A. Windows color (decimal): -1030180 or 14436336. OLE color: 14436336.

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

Color convert

RGB 240 71 220 -
CMYK 0 0.70 0.08 0.06
HSL 307.1º 0.85% 0.61% -
HSV(B) 307.1º 0.7% 0.94% -
XYZ 51.11 28.2 70.46 -
YUV 138.52 173.99 200.38 -
System Red Green Blue C M Y K H S L
Decimal 240 71 220 0 0.70 0.08 0.06 307.1 0.85 0.61
Hex F0 47 DC 0 46 8 6 133 55 3D
Octal 360 107 334 0 106 10 6 463 125 75
Binary 11110000 1000111 11011100 0 1000110 1000 110 100110011 1010101 111101

Color Harmonies of #F047DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F047DC

Black with #F047DC

Text Example


Text Example

White with #F047DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F047DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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