Html Css Color HEX #F046F0 Free Speech Magenta

📋 copy color: '#F046F0'

red 240 ◦ green 70 ◦ blue 240

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

Shades of Free Speech Magenta #F046F0

Tints of Free Speech Magenta #F046F0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.73%

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

R = 43.64%
G = 12.73%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F046F0 (or 0xF046F0) is known color: Free Speech Magenta. HEX triplet: F0, 46 and F0. RGB value is (240,70,240). Sum of RGB (Red+Green+Blue) = 240+70+240=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 70 (27.73% from 255 or 12.73% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F046F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F046F0 is #0FB90F. Grayscale: #8B8B8B. Windows color (decimal): -1030416 or 15746800. OLE color: 15746800.

HSL color Cylindrical-coordinate representation of color #F046F0: 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.71%. Process color model (Four color, CMYK) of #F046F0 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 240 -
CMYK 0 0.71 0 0.06
HSL 300º 0.85% 0.61% -
HSV(B) 300º 0.71% 0.94% -
XYZ 53.85 29.2 85.24 -
YUV 140.21 184.32 199.18 -
System Red Green Blue C M Y K H S L
Decimal 240 70 240 0 0.71 0 0.06 300 0.85 0.61
Hex F0 46 F0 0 47 0 6 12C 55 3D
Octal 360 106 360 0 107 0 6 454 125 75
Binary 11110000 1000110 11110000 0 1000111 0 110 100101100 1010101 111101

Color Harmonies of #F046F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046F0

Black with #F046F0

Text Example


Text Example

White with #F046F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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