Html Css Color HEX #F166E6 Free Speech Magenta

📋 copy color: '#F166E6'

red 241 ◦ green 102 ◦ blue 230

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

Shades of Free Speech Magenta #F166E6

Tints of Free Speech Magenta #F166E6

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.8%

 BLUE value IS 230 (90.23% from 255) = 40.14%

R = 42.06%
G = 17.8%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F166E6 (or 0xF166E6) is known color: Free Speech Magenta. HEX triplet: F1, 66 and E6. RGB value is (241,102,230). Sum of RGB (Red+Green+Blue) = 241+102+230=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 102 (40.23% from 255 or 17.80% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F166E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166E6 is #0E9919. Grayscale: #9D9D9D. Windows color (decimal): -956698 or 15099633. OLE color: 15099633.

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

Color convert

RGB 241 102 230 -
CMYK 0 0.58 0.05 0.05
HSL 304.75º 0.83% 0.67% -
HSV(B) 304.75º 0.58% 0.95% -
XYZ 55.31 33.92 78.49 -
YUV 158.15 168.55 187.09 -
System Red Green Blue C M Y K H S L
Decimal 241 102 230 0 0.58 0.05 0.05 304.75 0.83 0.67
Hex F1 66 E6 0 3A 5 5 131 53 43
Octal 361 146 346 0 72 5 5 461 123 103
Binary 11110001 1100110 11100110 0 111010 101 101 100110001 1010011 1000011

Color Harmonies of #F166E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F166E6

Black with #F166E6

Text Example


Text Example

White with #F166E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F166E6; }

 p { color: rgb(241,102,230); }

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

background-color css

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

 a { background-color: rgb(241,102,230); }

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

border-color css

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

 span { border-color: rgb(241,102,230); }

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