Html Css Color HEX #F16ADF Free Speech Magenta

📋 copy color: '#F16ADF'

red 241 ◦ green 106 ◦ blue 223

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

Shades of Free Speech Magenta #F16ADF

Tints of Free Speech Magenta #F16ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 42.28%
G = 18.6%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F16ADF (or 0xF16ADF) is known color: Free Speech Magenta. HEX triplet: F1, 6A and DF. RGB value is (241,106,223). Sum of RGB (Red+Green+Blue) = 241+106+223=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 106 (41.80% from 255 or 18.60% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ADF is #0E9520. Grayscale: #9F9F9F. Windows color (decimal): -955681 or 14641905. OLE color: 14641905.

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

Color convert

RGB 241 106 223 -
CMYK 0 0.56 0.07 0.05
HSL 308º 0.83% 0.68% -
HSV(B) 308º 0.56% 0.95% -
XYZ 54.75 34.34 73.55 -
YUV 159.7 163.73 185.99 -
System Red Green Blue C M Y K H S L
Decimal 241 106 223 0 0.56 0.07 0.05 308 0.83 0.68
Hex F1 6A DF 0 38 7 5 134 53 44
Octal 361 152 337 0 70 7 5 464 123 104
Binary 11110001 1101010 11011111 0 111000 111 101 100110100 1010011 1000100

Color Harmonies of #F16ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16ADF

Black with #F16ADF

Text Example


Text Example

White with #F16ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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