Html Css Color HEX #F166A6 Hot Pink

📋 copy color: '#F166A6'

red 241 ◦ green 102 ◦ blue 166

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

Shades of Hot Pink #F166A6

Tints of Hot Pink #F166A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.61%

R = 47.35%
G = 20.04%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F166A6 (or 0xF166A6) is known color: Hot Pink. HEX triplet: F1, 66 and A6. RGB value is (241,102,166). Sum of RGB (Red+Green+Blue) = 241+102+166=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F166A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F166A6 is #0E9959. Grayscale: #969696. Windows color (decimal): -956762 or 10905329. OLE color: 10905329.

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

Color convert

RGB 241 102 166 -
CMYK 0 0.58 0.31 0.05
HSL 332.37º 0.83% 0.67% -
HSV(B) 332.37º 0.58% 0.95% -
XYZ 47.91 30.96 39.53 -
YUV 150.86 136.55 192.3 -
System Red Green Blue C M Y K H S L
Decimal 241 102 166 0 0.58 0.31 0.05 332.37 0.83 0.67
Hex F1 66 A6 0 3A 1F 5 14C 53 43
Octal 361 146 246 0 72 37 5 514 123 103
Binary 11110001 1100110 10100110 0 111010 11111 101 101001100 1010011 1000011

Color Harmonies of #F166A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F166A6

Black with #F166A6

Text Example


Text Example

White with #F166A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F166A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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