Html Css Color HEX #F165BB Hot Pink

📋 copy color: '#F165BB'

red 241 ◦ green 101 ◦ blue 187

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

Shades of Hot Pink #F165BB

Tints of Hot Pink #F165BB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.09%

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

R = 45.56%
G = 19.09%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F165BB (or 0xF165BB) is known color: Hot Pink. HEX triplet: F1, 65 and BB. RGB value is (241,101,187). Sum of RGB (Red+Green+Blue) = 241+101+187=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F165BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165BB is #0E9A44. Grayscale: #989898. Windows color (decimal): -956997 or 12281329. OLE color: 12281329.

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

Color convert

RGB 241 101 187 -
CMYK 0 0.58 0.22 0.05
HSL 323.14º 0.83% 0.67% -
HSV(B) 323.14º 0.58% 0.95% -
XYZ 49.9 31.6 50.48 -
YUV 152.66 147.38 191.01 -
System Red Green Blue C M Y K H S L
Decimal 241 101 187 0 0.58 0.22 0.05 323.14 0.83 0.67
Hex F1 65 BB 0 3A 16 5 143 53 43
Octal 361 145 273 0 72 26 5 503 123 103
Binary 11110001 1100101 10111011 0 111010 10110 101 101000011 1010011 1000011

Color Harmonies of #F165BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165BB

Black with #F165BB

Text Example


Text Example

White with #F165BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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