Html Css Color HEX #F06ADC Free Speech Magenta

📋 copy color: '#F06ADC'

red 240 ◦ green 106 ◦ blue 220

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

Shades of Free Speech Magenta #F06ADC

Tints of Free Speech Magenta #F06ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.73%

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

R = 42.4%
G = 18.73%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F06ADC (or 0xF06ADC) is known color: Free Speech Magenta. HEX triplet: F0, 6A and DC. RGB value is (240,106,220). Sum of RGB (Red+Green+Blue) = 240+106+220=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 106 (41.80% from 255 or 18.73% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ADC is #0F9523. Grayscale: #9E9E9E. Windows color (decimal): -1021220 or 14445296. OLE color: 14445296.

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

Color convert

RGB 240 106 220 -
CMYK 0 0.56 0.08 0.06
HSL 308.96º 0.82% 0.68% -
HSV(B) 308.96º 0.56% 0.94% -
XYZ 54.01 34 71.43 -
YUV 159.06 162.39 185.73 -
System Red Green Blue C M Y K H S L
Decimal 240 106 220 0 0.56 0.08 0.06 308.96 0.82 0.68
Hex F0 6A DC 0 38 8 6 135 52 44
Octal 360 152 334 0 70 10 6 465 122 104
Binary 11110000 1101010 11011100 0 111000 1000 110 100110101 1010010 1000100

Color Harmonies of #F06ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06ADC

Black with #F06ADC

Text Example


Text Example

White with #F06ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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