Html Css Color HEX #F16ADE Free Speech Magenta

📋 copy color: '#F16ADE'

red 241 ◦ green 106 ◦ blue 222

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

Shades of Free Speech Magenta #F16ADE

Tints of Free Speech Magenta #F16ADE

RGB

 RED value IS 241 (94.53% from 255) = 42.36%

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

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 42.36%
G = 18.63%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F16ADE (or 0xF16ADE) is known color: Free Speech Magenta. HEX triplet: F1, 6A and DE. RGB value is (241,106,222). Sum of RGB (Red+Green+Blue) = 241+106+222=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 106 (41.80% from 255 or 18.63% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ADE is #0E9521. Grayscale: #9F9F9F. Windows color (decimal): -955682 or 14576369. OLE color: 14576369.

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

Color convert

RGB 241 106 222 -
CMYK 0 0.56 0.08 0.05
HSL 308.44º 0.83% 0.68% -
HSV(B) 308.44º 0.56% 0.95% -
XYZ 54.61 34.28 72.85 -
YUV 159.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 241 106 222 0 0.56 0.08 0.05 308.44 0.83 0.68
Hex F1 6A DE 0 38 8 5 134 53 44
Octal 361 152 336 0 70 10 5 464 123 104
Binary 11110001 1101010 11011110 0 111000 1000 101 100110100 1010011 1000100

Color Harmonies of #F16ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16ADE

Black with #F16ADE

Text Example


Text Example

White with #F16ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16ADE; }

 p { color: rgb(241,106,222); }

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

background-color css

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

 a { background-color: rgb(241,106,222); }

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

border-color css

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

 span { border-color: rgb(241,106,222); }

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