Html Css Color HEX #F16FA5 Hot Pink

📋 copy color: '#F16FA5'

red 241 ◦ green 111 ◦ blue 165

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

Shades of Hot Pink #F16FA5

Tints of Hot Pink #F16FA5

RGB

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

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

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

R = 46.62%
G = 21.47%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F16FA5 (or 0xF16FA5) is known color: Hot Pink. HEX triplet: F1, 6F and A5. RGB value is (241,111,165). Sum of RGB (Red+Green+Blue) = 241+111+165=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16FA5 is #0E905A. Grayscale: #9B9B9B. Windows color (decimal): -954459 or 10842097. OLE color: 10842097.

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

Color convert

RGB 241 111 165 -
CMYK 0 0.54 0.32 0.05
HSL 335.08º 0.82% 0.69% -
HSV(B) 335.08º 0.54% 0.95% -
XYZ 48.75 32.79 39.36 -
YUV 156.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 241 111 165 0 0.54 0.32 0.05 335.08 0.82 0.69
Hex F1 6F A5 0 36 20 5 14F 52 45
Octal 361 157 245 0 66 40 5 517 122 105
Binary 11110001 1101111 10100101 0 110110 100000 101 101001111 1010010 1000101

Color Harmonies of #F16FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16FA5

Black with #F16FA5

Text Example


Text Example

White with #F16FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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