Html Css Color HEX #F046E0 Free Speech Magenta

📋 copy color: '#F046E0'

red 240 ◦ green 70 ◦ blue 224

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

Shades of Free Speech Magenta #F046E0

Tints of Free Speech Magenta #F046E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.95%

R = 44.94%
G = 13.11%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F046E0 (or 0xF046E0) is known color: Free Speech Magenta. HEX triplet: F0, 46 and E0. RGB value is (240,70,224). Sum of RGB (Red+Green+Blue) = 240+70+224=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 70 (27.73% from 255 or 13.11% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F046E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046E0 is #0FB91F. Grayscale: #898989. Windows color (decimal): -1030432 or 14698224. OLE color: 14698224.

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

Color convert

RGB 240 70 224 -
CMYK 0 0.71 0.07 0.06
HSL 305.65º 0.85% 0.61% -
HSV(B) 305.65º 0.71% 0.94% -
XYZ 51.58 28.29 73.26 -
YUV 138.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 240 70 224 0 0.71 0.07 0.06 305.65 0.85 0.61
Hex F0 46 E0 0 47 7 6 132 55 3D
Octal 360 106 340 0 107 7 6 462 125 75
Binary 11110000 1000110 11100000 0 1000111 111 110 100110010 1010101 111101

Color Harmonies of #F046E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046E0

Black with #F046E0

Text Example


Text Example

White with #F046E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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