Html Css Color HEX #F059DB Free Speech Magenta

📋 copy color: '#F059DB'

red 240 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #F059DB

Tints of Free Speech Magenta #F059DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.24%

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

R = 43.8%
G = 16.24%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F059DB (or 0xF059DB) is known color: Free Speech Magenta. HEX triplet: F0, 59 and DB. RGB value is (240,89,219). Sum of RGB (Red+Green+Blue) = 240+89+219=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 89 (35.16% from 255 or 16.24% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F059DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059DB is #0FA624. Grayscale: #949494. Windows color (decimal): -1025573 or 14375408. OLE color: 14375408.

HSL color Cylindrical-coordinate representation of color #F059DB: hue angle of 308.34º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F059DB is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 219 -
CMYK 0 0.63 0.09 0.06
HSL 308.34º 0.83% 0.65% -
HSV(B) 308.34º 0.63% 0.94% -
XYZ 52.29 30.78 70.2 -
YUV 148.97 167.53 192.93 -
System Red Green Blue C M Y K H S L
Decimal 240 89 219 0 0.63 0.09 0.06 308.34 0.83 0.65
Hex F0 59 DB 0 3F 9 6 134 53 41
Octal 360 131 333 0 77 11 6 464 123 101
Binary 11110000 1011001 11011011 0 111111 1001 110 100110100 1010011 1000001

Color Harmonies of #F059DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059DB

Black with #F059DB

Text Example


Text Example

White with #F059DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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