Html Css Color HEX #F160AD Hot Pink

📋 copy color: '#F160AD'

red 241 ◦ green 96 ◦ blue 173

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

Shades of Hot Pink #F160AD

Tints of Hot Pink #F160AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.82%

 BLUE value IS 173 (67.97% from 255) = 33.92%

R = 47.25%
G = 18.82%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F160AD (or 0xF160AD) is known color: Hot Pink. HEX triplet: F1, 60 and AD. RGB value is (241,96,173). Sum of RGB (Red+Green+Blue) = 241+96+173=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F160AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F160AD is #0E9F52. Grayscale: #939393. Windows color (decimal): -958291 or 11362545. OLE color: 11362545.

HSL color Cylindrical-coordinate representation of color #F160AD: hue angle of 328.14º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F160AD is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 96 173 -
CMYK 0 0.60 0.28 0.05
HSL 328.14º 0.84% 0.66% -
HSV(B) 328.14º 0.6% 0.95% -
XYZ 48 30.08 42.81 -
YUV 148.13 142.04 194.24 -
System Red Green Blue C M Y K H S L
Decimal 241 96 173 0 0.60 0.28 0.05 328.14 0.84 0.66
Hex F1 60 AD 0 3C 1C 5 148 54 42
Octal 361 140 255 0 74 34 5 510 124 102
Binary 11110001 1100000 10101101 0 111100 11100 101 101001000 1010100 1000010

Color Harmonies of #F160AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F160AD

Black with #F160AD

Text Example


Text Example

White with #F160AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F160AD; }

 p { color: rgb(241,96,173); }

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

background-color css

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

 a { background-color: rgb(241,96,173); }

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

border-color css

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

 span { border-color: rgb(241,96,173); }

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