Html Css Color HEX #F164BB Hot Pink

📋 copy color: '#F164BB'

red 241 ◦ green 100 ◦ blue 187

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

Shades of Hot Pink #F164BB

Tints of Hot Pink #F164BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.42%

R = 45.64%
G = 18.94%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F164BB (or 0xF164BB) is known color: Hot Pink. HEX triplet: F1, 64 and BB. RGB value is (241,100,187). Sum of RGB (Red+Green+Blue) = 241+100+187=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F164BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164BB is #0E9B44. Grayscale: #979797. Windows color (decimal): -957253 or 12281073. OLE color: 12281073.

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

Color convert

RGB 241 100 187 -
CMYK 0 0.59 0.22 0.05
HSL 322.98º 0.83% 0.67% -
HSV(B) 322.98º 0.59% 0.95% -
XYZ 49.8 31.4 50.45 -
YUV 152.08 147.71 191.43 -
System Red Green Blue C M Y K H S L
Decimal 241 100 187 0 0.59 0.22 0.05 322.98 0.83 0.67
Hex F1 64 BB 0 3B 16 5 143 53 43
Octal 361 144 273 0 73 26 5 503 123 103
Binary 11110001 1100100 10111011 0 111011 10110 101 101000011 1010011 1000011

Color Harmonies of #F164BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164BB

Black with #F164BB

Text Example


Text Example

White with #F164BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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