Html Css Color HEX #F06DDC Free Speech Magenta

📋 copy color: '#F06DDC'

red 240 ◦ green 109 ◦ blue 220

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

Shades of Free Speech Magenta #F06DDC

Tints of Free Speech Magenta #F06DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.16%

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

R = 42.18%
G = 19.16%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F06DDC (or 0xF06DDC) is known color: Free Speech Magenta. HEX triplet: F0, 6D and DC. RGB value is (240,109,220). Sum of RGB (Red+Green+Blue) = 240+109+220=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DDC is #0F9223. Grayscale: #A0A0A0. Windows color (decimal): -1020452 or 14446064. OLE color: 14446064.

HSL color Cylindrical-coordinate representation of color #F06DDC: hue angle of 309.16º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06DDC is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 109 220 -
CMYK 0 0.55 0.08 0.06
HSL 309.16º 0.81% 0.68% -
HSV(B) 309.16º 0.55% 0.94% -
XYZ 54.32 34.63 71.53 -
YUV 160.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 240 109 220 0 0.55 0.08 0.06 309.16 0.81 0.68
Hex F0 6D DC 0 37 8 6 135 51 44
Octal 360 155 334 0 67 10 6 465 121 104
Binary 11110000 1101101 11011100 0 110111 1000 110 100110101 1010001 1000100

Color Harmonies of #F06DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06DDC

Black with #F06DDC

Text Example


Text Example

White with #F06DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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