Html Css Color HEX #F160BB Hot Pink

📋 copy color: '#F160BB'

red 241 ◦ green 96 ◦ blue 187

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

Shades of Hot Pink #F160BB

Tints of Hot Pink #F160BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 45.99%
G = 18.32%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F160BB (or 0xF160BB) is known color: Hot Pink. HEX triplet: F1, 60 and BB. RGB value is (241,96,187). Sum of RGB (Red+Green+Blue) = 241+96+187=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F160BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160BB is #0E9F44. Grayscale: #959595. Windows color (decimal): -958277 or 12280049. OLE color: 12280049.

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

Color convert

RGB 241 96 187 -
CMYK 0 0.60 0.22 0.05
HSL 322.34º 0.84% 0.66% -
HSV(B) 322.34º 0.6% 0.95% -
XYZ 49.43 30.65 50.33 -
YUV 149.73 149.04 193.1 -
System Red Green Blue C M Y K H S L
Decimal 241 96 187 0 0.60 0.22 0.05 322.34 0.84 0.66
Hex F1 60 BB 0 3C 16 5 142 54 42
Octal 361 140 273 0 74 26 5 502 124 102
Binary 11110001 1100000 10111011 0 111100 10110 101 101000010 1010100 1000010

Color Harmonies of #F160BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F160BB

Black with #F160BB

Text Example


Text Example

White with #F160BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F160BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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