Html Css Color HEX #F046EE Free Speech Magenta

📋 copy color: '#F046EE'

red 240 ◦ green 70 ◦ blue 238

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

Shades of Free Speech Magenta #F046EE

Tints of Free Speech Magenta #F046EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 43.8%
G = 12.77%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F046EE (or 0xF046EE) is known color: Free Speech Magenta. HEX triplet: F0, 46 and EE. RGB value is (240,70,238). Sum of RGB (Red+Green+Blue) = 240+70+238=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 70 (27.73% from 255 or 12.77% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F046EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F046EE is #0FB911. Grayscale: #8B8B8B. Windows color (decimal): -1030418 or 15615728. OLE color: 15615728.

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

Color convert

RGB 240 70 238 -
CMYK 0 0.71 0.01 0.06
HSL 300.71º 0.85% 0.61% -
HSV(B) 300.71º 0.71% 0.94% -
XYZ 53.56 29.08 83.68 -
YUV 139.98 183.32 199.34 -
System Red Green Blue C M Y K H S L
Decimal 240 70 238 0 0.71 0.01 0.06 300.71 0.85 0.61
Hex F0 46 EE 0 47 1 6 12D 55 3D
Octal 360 106 356 0 107 1 6 455 125 75
Binary 11110000 1000110 11101110 0 1000111 1 110 100101101 1010101 111101

Color Harmonies of #F046EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046EE

Black with #F046EE

Text Example


Text Example

White with #F046EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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