Html Css Color HEX #F16AD4 Free Speech Magenta

📋 copy color: '#F16AD4'

red 241 ◦ green 106 ◦ blue 212

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

Shades of Free Speech Magenta #F16AD4

Tints of Free Speech Magenta #F16AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.92%

R = 43.11%
G = 18.96%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F16AD4 (or 0xF16AD4) is known color: Free Speech Magenta. HEX triplet: F1, 6A and D4. RGB value is (241,106,212). Sum of RGB (Red+Green+Blue) = 241+106+212=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16AD4 is #0E952B. Grayscale: #9E9E9E. Windows color (decimal): -955692 or 13921009. OLE color: 13921009.

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

Color convert

RGB 241 106 212 -
CMYK 0 0.56 0.12 0.05
HSL 312.89º 0.83% 0.68% -
HSV(B) 312.89º 0.56% 0.95% -
XYZ 53.31 33.76 65.99 -
YUV 158.45 158.23 186.88 -
System Red Green Blue C M Y K H S L
Decimal 241 106 212 0 0.56 0.12 0.05 312.89 0.83 0.68
Hex F1 6A D4 0 38 C 5 139 53 44
Octal 361 152 324 0 70 14 5 471 123 104
Binary 11110001 1101010 11010100 0 111000 1100 101 100111001 1010011 1000100

Color Harmonies of #F16AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16AD4

Black with #F16AD4

Text Example


Text Example

White with #F16AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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