Html Css Color HEX #F058DB Free Speech Magenta

📋 copy color: '#F058DB'

red 240 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #F058DB

Tints of Free Speech Magenta #F058DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.09%

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

R = 43.88%
G = 16.09%
B = 40.04%

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

#F058DB (or 0xF058DB) is known color: Free Speech Magenta. HEX triplet: F0, 58 and DB. RGB value is (240,88,219). Sum of RGB (Red+Green+Blue) = 240+88+219=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 88 (34.77% from 255 or 16.09% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F058DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F058DB is #0FA724. Grayscale: #949494. Windows color (decimal): -1025829 or 14375152. OLE color: 14375152.

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

Color convert

RGB 240 88 219 -
CMYK 0 0.63 0.09 0.06
HSL 308.29º 0.84% 0.64% -
HSV(B) 308.29º 0.63% 0.94% -
XYZ 52.21 30.62 70.18 -
YUV 148.38 167.86 193.35 -
System Red Green Blue C M Y K H S L
Decimal 240 88 219 0 0.63 0.09 0.06 308.29 0.84 0.64
Hex F0 58 DB 0 3F 9 6 134 54 40
Octal 360 130 333 0 77 11 6 464 124 100
Binary 11110000 1011000 11011011 0 111111 1001 110 100110100 1010100 1000000

Color Harmonies of #F058DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F058DB

Black with #F058DB

Text Example


Text Example

White with #F058DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F058DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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