Html Css Color HEX #F046DD Free Speech Magenta

📋 copy color: '#F046DD'

red 240 ◦ green 70 ◦ blue 221

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

Shades of Free Speech Magenta #F046DD

Tints of Free Speech Magenta #F046DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 45.2%
G = 13.18%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F046DD (or 0xF046DD) is known color: Free Speech Magenta. HEX triplet: F0, 46 and DD. RGB value is (240,70,221). Sum of RGB (Red+Green+Blue) = 240+70+221=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 70 (27.73% from 255 or 13.18% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F046DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046DD is #0FB922. Grayscale: #898989. Windows color (decimal): -1030435 or 14501616. OLE color: 14501616.

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

Color convert

RGB 240 70 221 -
CMYK 0 0.71 0.08 0.06
HSL 306.71º 0.85% 0.61% -
HSV(B) 306.71º 0.71% 0.94% -
XYZ 51.18 28.13 71.14 -
YUV 138.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 240 70 221 0 0.71 0.08 0.06 306.71 0.85 0.61
Hex F0 46 DD 0 47 8 6 133 55 3D
Octal 360 106 335 0 107 10 6 463 125 75
Binary 11110000 1000110 11011101 0 1000111 1000 110 100110011 1010101 111101

Color Harmonies of #F046DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046DD

Black with #F046DD

Text Example


Text Example

White with #F046DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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