Html Css Color HEX #F16BA5 Hot Pink

📋 copy color: '#F16BA5'

red 241 ◦ green 107 ◦ blue 165

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

Shades of Hot Pink #F16BA5

Tints of Hot Pink #F16BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.16%

R = 46.98%
G = 20.86%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F16BA5 (or 0xF16BA5) is known color: Hot Pink. HEX triplet: F1, 6B and A5. RGB value is (241,107,165). Sum of RGB (Red+Green+Blue) = 241+107+165=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16BA5 is #0E945A. Grayscale: #999999. Windows color (decimal): -955483 or 10841073. OLE color: 10841073.

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

Color convert

RGB 241 107 165 -
CMYK 0 0.56 0.32 0.05
HSL 334.03º 0.83% 0.68% -
HSV(B) 334.03º 0.56% 0.95% -
XYZ 48.32 31.93 39.21 -
YUV 153.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 241 107 165 0 0.56 0.32 0.05 334.03 0.83 0.68
Hex F1 6B A5 0 38 20 5 14E 53 44
Octal 361 153 245 0 70 40 5 516 123 104
Binary 11110001 1101011 10100101 0 111000 100000 101 101001110 1010011 1000100

Color Harmonies of #F16BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16BA5

Black with #F16BA5

Text Example


Text Example

White with #F16BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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