Html Css Color HEX #F046DB Free Speech Magenta

📋 copy color: '#F046DB'

red 240 ◦ green 70 ◦ blue 219

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

Shades of Free Speech Magenta #F046DB

Tints of Free Speech Magenta #F046DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 45.37%
G = 13.23%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F046DB (or 0xF046DB) is known color: Free Speech Magenta. HEX triplet: F0, 46 and DB. RGB value is (240,70,219). Sum of RGB (Red+Green+Blue) = 240+70+219=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 70 (27.73% from 255 or 13.23% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F046DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046DB is #0FB924. Grayscale: #898989. Windows color (decimal): -1030437 or 14370544. OLE color: 14370544.

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

Color convert

RGB 240 70 219 -
CMYK 0 0.71 0.09 0.06
HSL 307.41º 0.85% 0.61% -
HSV(B) 307.41º 0.71% 0.94% -
XYZ 50.91 28.02 69.74 -
YUV 137.82 173.82 200.88 -
System Red Green Blue C M Y K H S L
Decimal 240 70 219 0 0.71 0.09 0.06 307.41 0.85 0.61
Hex F0 46 DB 0 47 9 6 133 55 3D
Octal 360 106 333 0 107 11 6 463 125 75
Binary 11110000 1000110 11011011 0 1000111 1001 110 100110011 1010101 111101

Color Harmonies of #F046DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046DB

Black with #F046DB

Text Example


Text Example

White with #F046DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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