Html Css Color HEX #F058DC Free Speech Magenta

📋 copy color: '#F058DC'

red 240 ◦ green 88 ◦ blue 220

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

Shades of Free Speech Magenta #F058DC

Tints of Free Speech Magenta #F058DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 43.8%
G = 16.06%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F058DC (or 0xF058DC) is known color: Free Speech Magenta. HEX triplet: F0, 58 and DC. RGB value is (240,88,220). Sum of RGB (Red+Green+Blue) = 240+88+220=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F058DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F058DC is #0FA723. Grayscale: #949494. Windows color (decimal): -1025828 or 14440688. OLE color: 14440688.

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

Color convert

RGB 240 88 220 -
CMYK 0 0.63 0.08 0.06
HSL 307.89º 0.84% 0.64% -
HSV(B) 307.89º 0.63% 0.94% -
XYZ 52.34 30.67 70.87 -
YUV 148.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 240 88 220 0 0.63 0.08 0.06 307.89 0.84 0.64
Hex F0 58 DC 0 3F 8 6 134 54 40
Octal 360 130 334 0 77 10 6 464 124 100
Binary 11110000 1011000 11011100 0 111111 1000 110 100110100 1010100 1000000

Color Harmonies of #F058DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F058DC

Black with #F058DC

Text Example


Text Example

White with #F058DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F058DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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