Html Css Color HEX #F06CDC Free Speech Magenta

📋 copy color: '#F06CDC'

red 240 ◦ green 108 ◦ blue 220

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

Shades of Free Speech Magenta #F06CDC

Tints of Free Speech Magenta #F06CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.01%

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

R = 42.25%
G = 19.01%
B = 38.73%

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

#F06CDC (or 0xF06CDC) is known color: Free Speech Magenta. HEX triplet: F0, 6C and DC. RGB value is (240,108,220). Sum of RGB (Red+Green+Blue) = 240+108+220=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CDC is #0F9323. Grayscale: #9F9F9F. Windows color (decimal): -1020708 or 14445808. OLE color: 14445808.

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

Color convert

RGB 240 108 220 -
CMYK 0 0.55 0.08 0.06
HSL 309.09º 0.81% 0.68% -
HSV(B) 309.09º 0.55% 0.94% -
XYZ 54.22 34.42 71.5 -
YUV 160.24 161.73 184.89 -
System Red Green Blue C M Y K H S L
Decimal 240 108 220 0 0.55 0.08 0.06 309.09 0.81 0.68
Hex F0 6C DC 0 37 8 6 135 51 44
Octal 360 154 334 0 67 10 6 465 121 104
Binary 11110000 1101100 11011100 0 110111 1000 110 100110101 1010001 1000100

Color Harmonies of #F06CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CDC

Black with #F06CDC

Text Example


Text Example

White with #F06CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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