Html Css Color HEX #F165A8 Hot Pink

📋 copy color: '#F165A8'

red 241 ◦ green 101 ◦ blue 168

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

Shades of Hot Pink #F165A8

Tints of Hot Pink #F165A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.94%

R = 47.25%
G = 19.8%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F165A8 (or 0xF165A8) is known color: Hot Pink. HEX triplet: F1, 65 and A8. RGB value is (241,101,168). Sum of RGB (Red+Green+Blue) = 241+101+168=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F165A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F165A8 is #0E9A57. Grayscale: #969696. Windows color (decimal): -957016 or 11036145. OLE color: 11036145.

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

Color convert

RGB 241 101 168 -
CMYK 0 0.58 0.30 0.05
HSL 331.29º 0.83% 0.67% -
HSV(B) 331.29º 0.58% 0.95% -
XYZ 48 30.84 40.47 -
YUV 150.5 137.88 192.55 -
System Red Green Blue C M Y K H S L
Decimal 241 101 168 0 0.58 0.30 0.05 331.29 0.83 0.67
Hex F1 65 A8 0 3A 1E 5 14B 53 43
Octal 361 145 250 0 72 36 5 513 123 103
Binary 11110001 1100101 10101000 0 111010 11110 101 101001011 1010011 1000011

Color Harmonies of #F165A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165A8

Black with #F165A8

Text Example


Text Example

White with #F165A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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