Html Css Color HEX #F16BE1 Free Speech Magenta

📋 copy color: '#F16BE1'

red 241 ◦ green 107 ◦ blue 225

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

Shades of Free Speech Magenta #F16BE1

Tints of Free Speech Magenta #F16BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.27%

R = 42.06%
G = 18.67%
B = 39.27%

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

#F16BE1 (or 0xF16BE1) is known color: Free Speech Magenta. HEX triplet: F1, 6B and E1. RGB value is (241,107,225). Sum of RGB (Red+Green+Blue) = 241+107+225=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 107 (42.19% from 255 or 18.67% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BE1 is #0E941E. Grayscale: #A0A0A0. Windows color (decimal): -955423 or 14773233. OLE color: 14773233.

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

Color convert

RGB 241 107 225 -
CMYK 0 0.56 0.07 0.05
HSL 307.16º 0.83% 0.68% -
HSV(B) 307.16º 0.56% 0.95% -
XYZ 55.12 34.65 75.02 -
YUV 160.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 241 107 225 0 0.56 0.07 0.05 307.16 0.83 0.68
Hex F1 6B E1 0 38 7 5 133 53 44
Octal 361 153 341 0 70 7 5 463 123 104
Binary 11110001 1101011 11100001 0 111000 111 101 100110011 1010011 1000100

Color Harmonies of #F16BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16BE1

Black with #F16BE1

Text Example


Text Example

White with #F16BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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