Html Css Color HEX #F165BA Hot Pink

📋 copy color: '#F165BA'

red 241 ◦ green 101 ◦ blue 186

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

Shades of Hot Pink #F165BA

Tints of Hot Pink #F165BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 45.64%
G = 19.13%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F165BA (or 0xF165BA) is known color: Hot Pink. HEX triplet: F1, 65 and BA. RGB value is (241,101,186). Sum of RGB (Red+Green+Blue) = 241+101+186=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F165BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165BA is #0E9A45. Grayscale: #989898. Windows color (decimal): -956998 or 12215793. OLE color: 12215793.

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

Color convert

RGB 241 101 186 -
CMYK 0 0.58 0.23 0.05
HSL 323.57º 0.83% 0.67% -
HSV(B) 323.57º 0.58% 0.95% -
XYZ 49.79 31.55 49.92 -
YUV 152.55 146.88 191.09 -
System Red Green Blue C M Y K H S L
Decimal 241 101 186 0 0.58 0.23 0.05 323.57 0.83 0.67
Hex F1 65 BA 0 3A 17 5 144 53 43
Octal 361 145 272 0 72 27 5 504 123 103
Binary 11110001 1100101 10111010 0 111010 10111 101 101000100 1010011 1000011

Color Harmonies of #F165BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165BA

Black with #F165BA

Text Example


Text Example

White with #F165BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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