Html Css Color HEX #F06ADD Free Speech Magenta

📋 copy color: '#F06ADD'

red 240 ◦ green 106 ◦ blue 221

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

Shades of Free Speech Magenta #F06ADD

Tints of Free Speech Magenta #F06ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 42.33%
G = 18.69%
B = 38.98%

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

#F06ADD (or 0xF06ADD) is known color: Free Speech Magenta. HEX triplet: F0, 6A and DD. RGB value is (240,106,221). Sum of RGB (Red+Green+Blue) = 240+106+221=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ADD is #0F9522. Grayscale: #9E9E9E. Windows color (decimal): -1021219 or 14510832. OLE color: 14510832.

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

Color convert

RGB 240 106 221 -
CMYK 0 0.56 0.08 0.06
HSL 308.51º 0.82% 0.68% -
HSV(B) 308.51º 0.56% 0.94% -
XYZ 54.14 34.05 72.13 -
YUV 159.18 162.89 185.65 -
System Red Green Blue C M Y K H S L
Decimal 240 106 221 0 0.56 0.08 0.06 308.51 0.82 0.68
Hex F0 6A DD 0 38 8 6 135 52 44
Octal 360 152 335 0 70 10 6 465 122 104
Binary 11110000 1101010 11011101 0 111000 1000 110 100110101 1010010 1000100

Color Harmonies of #F06ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06ADD

Black with #F06ADD

Text Example


Text Example

White with #F06ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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