Html Css Color HEX #F16BDC Free Speech Magenta

📋 copy color: '#F16BDC'

red 241 ◦ green 107 ◦ blue 220

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

Shades of Free Speech Magenta #F16BDC

Tints of Free Speech Magenta #F16BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.84%

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

R = 42.43%
G = 18.84%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F16BDC (or 0xF16BDC) is known color: Free Speech Magenta. HEX triplet: F1, 6B and DC. RGB value is (241,107,220). Sum of RGB (Red+Green+Blue) = 241+107+220=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BDC is #0E9423. Grayscale: #9F9F9F. Windows color (decimal): -955428 or 14445553. OLE color: 14445553.

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

Color convert

RGB 241 107 220 -
CMYK 0 0.56 0.09 0.05
HSL 309.4º 0.83% 0.68% -
HSV(B) 309.4º 0.56% 0.95% -
XYZ 54.45 34.38 71.48 -
YUV 159.95 161.89 185.81 -
System Red Green Blue C M Y K H S L
Decimal 241 107 220 0 0.56 0.09 0.05 309.4 0.83 0.68
Hex F1 6B DC 0 38 9 5 135 53 44
Octal 361 153 334 0 70 11 5 465 123 104
Binary 11110001 1101011 11011100 0 111000 1001 101 100110101 1010011 1000100

Color Harmonies of #F16BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16BDC

Black with #F16BDC

Text Example


Text Example

White with #F16BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16BDC; }

 p { color: rgb(241,107,220); }

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

background-color css

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

 a { background-color: rgb(241,107,220); }

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

border-color css

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

 span { border-color: rgb(241,107,220); }

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