Html Css Color HEX #F16FB0 Hot Pink

📋 copy color: '#F16FB0'

red 241 ◦ green 111 ◦ blue 176

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

Shades of Hot Pink #F16FB0

Tints of Hot Pink #F16FB0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.02%

 BLUE value IS 176 (69.14% from 255) = 33.33%

R = 45.64%
G = 21.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F16FB0 (or 0xF16FB0) is known color: Hot Pink. HEX triplet: F1, 6F and B0. RGB value is (241,111,176). Sum of RGB (Red+Green+Blue) = 241+111+176=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16FB0 is #0E904F. Grayscale: #9D9D9D. Windows color (decimal): -954448 or 11562993. OLE color: 11562993.

HSL color Cylindrical-coordinate representation of color #F16FB0: hue angle of 330º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16FB0 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 111 176 -
CMYK 0 0.54 0.27 0.05
HSL 330º 0.82% 0.69% -
HSV(B) 330º 0.54% 0.95% -
XYZ 49.8 33.2 44.86 -
YUV 157.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 241 111 176 0 0.54 0.27 0.05 330 0.82 0.69
Hex F1 6F B0 0 36 1B 5 14A 52 45
Octal 361 157 260 0 66 33 5 512 122 105
Binary 11110001 1101111 10110000 0 110110 11011 101 101001010 1010010 1000101

Color Harmonies of #F16FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16FB0

Black with #F16FB0

Text Example


Text Example

White with #F16FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16FB0; }

 p { color: rgb(241,111,176); }

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

background-color css

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

 a { background-color: rgb(241,111,176); }

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

border-color css

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

 span { border-color: rgb(241,111,176); }

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