Html Css Color HEX #F16BA1 Hot Pink

📋 copy color: '#F16BA1'

red 241 ◦ green 107 ◦ blue 161

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

Shades of Hot Pink #F16BA1

Tints of Hot Pink #F16BA1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.02%

 BLUE value IS 161 (63.28% from 255) = 31.63%

R = 47.35%
G = 21.02%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F16BA1 (or 0xF16BA1) is known color: Hot Pink. HEX triplet: F1, 6B and A1. RGB value is (241,107,161). Sum of RGB (Red+Green+Blue) = 241+107+161=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16BA1 is #0E945E. Grayscale: #999999. Windows color (decimal): -955487 or 10578929. OLE color: 10578929.

HSL color Cylindrical-coordinate representation of color #F16BA1: hue angle of 335.82º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16BA1 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 107 161 -
CMYK 0 0.56 0.33 0.05
HSL 335.82º 0.83% 0.68% -
HSV(B) 335.82º 0.56% 0.95% -
XYZ 47.97 31.79 37.33 -
YUV 153.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 241 107 161 0 0.56 0.33 0.05 335.82 0.83 0.68
Hex F1 6B A1 0 38 21 5 150 53 44
Octal 361 153 241 0 70 41 5 520 123 104
Binary 11110001 1101011 10100001 0 111000 100001 101 101010000 1010011 1000100

Color Harmonies of #F16BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16BA1

Black with #F16BA1

Text Example


Text Example

White with #F16BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16BA1; }

 p { color: rgb(241,107,161); }

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

background-color css

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

 a { background-color: rgb(241,107,161); }

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

border-color css

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

 span { border-color: rgb(241,107,161); }

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