Html Css Color HEX #F166D4 Free Speech Magenta

📋 copy color: '#F166D4'

red 241 ◦ green 102 ◦ blue 212

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

Shades of Free Speech Magenta #F166D4

Tints of Free Speech Magenta #F166D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.2%

R = 43.42%
G = 18.38%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F166D4 (or 0xF166D4) is known color: Free Speech Magenta. HEX triplet: F1, 66 and D4. RGB value is (241,102,212). Sum of RGB (Red+Green+Blue) = 241+102+212=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F166D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166D4 is #0E992B. Grayscale: #9B9B9B. Windows color (decimal): -956716 or 13919985. OLE color: 13919985.

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

Color convert

RGB 241 102 212 -
CMYK 0 0.58 0.12 0.05
HSL 312.52º 0.83% 0.67% -
HSV(B) 312.52º 0.58% 0.95% -
XYZ 52.91 32.96 65.86 -
YUV 156.1 159.55 188.56 -
System Red Green Blue C M Y K H S L
Decimal 241 102 212 0 0.58 0.12 0.05 312.52 0.83 0.67
Hex F1 66 D4 0 3A C 5 139 53 43
Octal 361 146 324 0 72 14 5 471 123 103
Binary 11110001 1100110 11010100 0 111010 1100 101 100111001 1010011 1000011

Color Harmonies of #F166D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F166D4

Black with #F166D4

Text Example


Text Example

White with #F166D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F166D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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