Html Css Color HEX #F047F0 Free Speech Magenta

📋 copy color: '#F047F0'

red 240 ◦ green 71 ◦ blue 240

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

Shades of Free Speech Magenta #F047F0

Tints of Free Speech Magenta #F047F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.56%

R = 43.56%
G = 12.89%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F047F0 (or 0xF047F0) is known color: Free Speech Magenta. HEX triplet: F0, 47 and F0. RGB value is (240,71,240). Sum of RGB (Red+Green+Blue) = 240+71+240=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 71 (28.12% from 255 or 12.89% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F047F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F047F0 is #0FB80F. Grayscale: #8C8C8C. Windows color (decimal): -1030160 or 15747056. OLE color: 15747056.

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

Color convert

RGB 240 71 240 -
CMYK 0 0.70 0 0.06
HSL 300º 0.85% 0.61% -
HSV(B) 300º 0.7% 0.94% -
XYZ 53.92 29.32 85.26 -
YUV 140.8 183.99 198.76 -
System Red Green Blue C M Y K H S L
Decimal 240 71 240 0 0.70 0 0.06 300 0.85 0.61
Hex F0 47 F0 0 46 0 6 12C 55 3D
Octal 360 107 360 0 106 0 6 454 125 75
Binary 11110000 1000111 11110000 0 1000110 0 110 100101100 1010101 111101

Color Harmonies of #F047F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F047F0

Black with #F047F0

Text Example


Text Example

White with #F047F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F047F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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