Html Css Color HEX #F170AF Hot Pink

📋 copy color: '#F170AF'

red 241 ◦ green 112 ◦ blue 175

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

Shades of Hot Pink #F170AF

Tints of Hot Pink #F170AF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.21%

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

R = 45.64%
G = 21.21%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F170AF (or 0xF170AF) is known color: Hot Pink. HEX triplet: F1, 70 and AF. RGB value is (241,112,175). Sum of RGB (Red+Green+Blue) = 241+112+175=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F170AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F170AF is #0E8F50. Grayscale: #9D9D9D. Windows color (decimal): -954193 or 11497713. OLE color: 11497713.

HSL color Cylindrical-coordinate representation of color #F170AF: hue angle of 330.7º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F170AF is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 112 175 -
CMYK 0 0.54 0.27 0.05
HSL 330.7º 0.82% 0.69% -
HSV(B) 330.7º 0.54% 0.95% -
XYZ 49.81 33.38 44.38 -
YUV 157.75 137.74 187.38 -
System Red Green Blue C M Y K H S L
Decimal 241 112 175 0 0.54 0.27 0.05 330.7 0.82 0.69
Hex F1 70 AF 0 36 1B 5 14B 52 45
Octal 361 160 257 0 66 33 5 513 122 105
Binary 11110001 1110000 10101111 0 110110 11011 101 101001011 1010010 1000101

Color Harmonies of #F170AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170AF

Black with #F170AF

Text Example


Text Example

White with #F170AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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