Html Css Color HEX #F046DF Free Speech Magenta

📋 copy color: '#F046DF'

red 240 ◦ green 70 ◦ blue 223

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

Shades of Free Speech Magenta #F046DF

Tints of Free Speech Magenta #F046DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 45.03%
G = 13.13%
B = 41.84%

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

#F046DF (or 0xF046DF) is known color: Free Speech Magenta. HEX triplet: F0, 46 and DF. RGB value is (240,70,223). Sum of RGB (Red+Green+Blue) = 240+70+223=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 70 (27.73% from 255 or 13.13% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F046DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046DF is #0FB920. Grayscale: #898989. Windows color (decimal): -1030433 or 14632688. OLE color: 14632688.

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

Color convert

RGB 240 70 223 -
CMYK 0 0.71 0.07 0.06
HSL 306º 0.85% 0.61% -
HSV(B) 306º 0.71% 0.94% -
XYZ 51.44 28.23 72.55 -
YUV 138.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 240 70 223 0 0.71 0.07 0.06 306 0.85 0.61
Hex F0 46 DF 0 47 7 6 132 55 3D
Octal 360 106 337 0 107 7 6 462 125 75
Binary 11110000 1000110 11011111 0 1000111 111 110 100110010 1010101 111101

Color Harmonies of #F046DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046DF

Black with #F046DF

Text Example


Text Example

White with #F046DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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