Html Css Color HEX #F165AF Hot Pink

📋 copy color: '#F165AF'

red 241 ◦ green 101 ◦ blue 175

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

Shades of Hot Pink #F165AF

Tints of Hot Pink #F165AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.85%

R = 46.62%
G = 19.54%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F165AF (or 0xF165AF) is known color: Hot Pink. HEX triplet: F1, 65 and AF. RGB value is (241,101,175). Sum of RGB (Red+Green+Blue) = 241+101+175=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F165AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F165AF is #0E9A50. Grayscale: #979797. Windows color (decimal): -957009 or 11494897. OLE color: 11494897.

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

Color convert

RGB 241 101 175 -
CMYK 0 0.58 0.27 0.05
HSL 328.29º 0.83% 0.67% -
HSV(B) 328.29º 0.58% 0.95% -
XYZ 48.67 31.1 44 -
YUV 151.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 241 101 175 0 0.58 0.27 0.05 328.29 0.83 0.67
Hex F1 65 AF 0 3A 1B 5 148 53 43
Octal 361 145 257 0 72 33 5 510 123 103
Binary 11110001 1100101 10101111 0 111010 11011 101 101001000 1010011 1000011

Color Harmonies of #F165AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165AF

Black with #F165AF

Text Example


Text Example

White with #F165AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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