Html Css Color HEX #F164B1 Hot Pink

📋 copy color: '#F164B1'

red 241 ◦ green 100 ◦ blue 177

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

Shades of Hot Pink #F164B1

Tints of Hot Pink #F164B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.17%

R = 46.53%
G = 19.31%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F164B1 (or 0xF164B1) is known color: Hot Pink. HEX triplet: F1, 64 and B1. RGB value is (241,100,177). Sum of RGB (Red+Green+Blue) = 241+100+177=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F164B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F164B1 is #0E9B4E. Grayscale: #969696. Windows color (decimal): -957263 or 11625713. OLE color: 11625713.

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

Color convert

RGB 241 100 177 -
CMYK 0 0.59 0.27 0.05
HSL 327.23º 0.83% 0.67% -
HSV(B) 327.23º 0.59% 0.95% -
XYZ 48.77 30.99 45.01 -
YUV 150.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 241 100 177 0 0.59 0.27 0.05 327.23 0.83 0.67
Hex F1 64 B1 0 3B 1B 5 147 53 43
Octal 361 144 261 0 73 33 5 507 123 103
Binary 11110001 1100100 10110001 0 111011 11011 101 101000111 1010011 1000011

Color Harmonies of #F164B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164B1

Black with #F164B1

Text Example


Text Example

White with #F164B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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