Html Css Color HEX #F166DA Free Speech Magenta

📋 copy color: '#F166DA'

red 241 ◦ green 102 ◦ blue 218

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

Shades of Free Speech Magenta #F166DA

Tints of Free Speech Magenta #F166DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 42.96%
G = 18.18%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F166DA (or 0xF166DA) is known color: Free Speech Magenta. HEX triplet: F1, 66 and DA. RGB value is (241,102,218). Sum of RGB (Red+Green+Blue) = 241+102+218=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F166DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166DA is #0E9925. Grayscale: #9C9C9C. Windows color (decimal): -956710 or 14313201. OLE color: 14313201.

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

Color convert

RGB 241 102 218 -
CMYK 0 0.58 0.10 0.05
HSL 309.93º 0.83% 0.67% -
HSV(B) 309.93º 0.58% 0.95% -
XYZ 53.68 33.27 69.92 -
YUV 156.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 241 102 218 0 0.58 0.10 0.05 309.93 0.83 0.67
Hex F1 66 DA 0 3A A 5 136 53 43
Octal 361 146 332 0 72 12 5 466 123 103
Binary 11110001 1100110 11011010 0 111010 1010 101 100110110 1010011 1000011

Color Harmonies of #F166DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F166DA

Black with #F166DA

Text Example


Text Example

White with #F166DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F166DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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