Html Css Color HEX #F164AB Hot Pink

📋 copy color: '#F164AB'

red 241 ◦ green 100 ◦ blue 171

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

Shades of Hot Pink #F164AB

Tints of Hot Pink #F164AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.53%

 BLUE value IS 171 (67.19% from 255) = 33.4%

R = 47.07%
G = 19.53%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F164AB (or 0xF164AB) is known color: Hot Pink. HEX triplet: F1, 64 and AB. RGB value is (241,100,171). Sum of RGB (Red+Green+Blue) = 241+100+171=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F164AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F164AB is #0E9B54. Grayscale: #969696. Windows color (decimal): -957269 or 11232497. OLE color: 11232497.

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

Color convert

RGB 241 100 171 -
CMYK 0 0.59 0.29 0.05
HSL 329.79º 0.83% 0.67% -
HSV(B) 329.79º 0.59% 0.95% -
XYZ 48.18 30.76 41.92 -
YUV 150.25 139.71 192.73 -
System Red Green Blue C M Y K H S L
Decimal 241 100 171 0 0.59 0.29 0.05 329.79 0.83 0.67
Hex F1 64 AB 0 3B 1D 5 14A 53 43
Octal 361 144 253 0 73 35 5 512 123 103
Binary 11110001 1100100 10101011 0 111011 11101 101 101001010 1010011 1000011

Color Harmonies of #F164AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164AB

Black with #F164AB

Text Example


Text Example

White with #F164AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164AB; }

 p { color: rgb(241,100,171); }

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

background-color css

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

 a { background-color: rgb(241,100,171); }

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

border-color css

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

 span { border-color: rgb(241,100,171); }

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