Html Css Color HEX #F164AA Hot Pink

📋 copy color: '#F164AA'

red 241 ◦ green 100 ◦ blue 170

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

Shades of Hot Pink #F164AA

Tints of Hot Pink #F164AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.27%

R = 47.16%
G = 19.57%
B = 33.27%

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

#F164AA (or 0xF164AA) is known color: Hot Pink. HEX triplet: F1, 64 and AA. RGB value is (241,100,170). Sum of RGB (Red+Green+Blue) = 241+100+170=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F164AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F164AA is #0E9B55. Grayscale: #969696. Windows color (decimal): -957270 or 11166961. OLE color: 11166961.

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

Color convert

RGB 241 100 170 -
CMYK 0 0.59 0.29 0.05
HSL 330.21º 0.83% 0.67% -
HSV(B) 330.21º 0.59% 0.95% -
XYZ 48.09 30.72 41.42 -
YUV 150.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 241 100 170 0 0.59 0.29 0.05 330.21 0.83 0.67
Hex F1 64 AA 0 3B 1D 5 14A 53 43
Octal 361 144 252 0 73 35 5 512 123 103
Binary 11110001 1100100 10101010 0 111011 11101 101 101001010 1010011 1000011

Color Harmonies of #F164AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164AA

Black with #F164AA

Text Example


Text Example

White with #F164AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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