Html Css Color HEX #F170AA Hot Pink

📋 copy color: '#F170AA'

red 241 ◦ green 112 ◦ blue 170

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

Shades of Hot Pink #F170AA

Tints of Hot Pink #F170AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 46.08%
G = 21.41%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F170AA (or 0xF170AA) is known color: Hot Pink. HEX triplet: F1, 70 and AA. RGB value is (241,112,170). Sum of RGB (Red+Green+Blue) = 241+112+170=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F170AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F170AA is #0E8F55. Grayscale: #9D9D9D. Windows color (decimal): -954198 or 11170033. OLE color: 11170033.

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

Color convert

RGB 241 112 170 -
CMYK 0 0.54 0.29 0.05
HSL 333.02º 0.82% 0.69% -
HSV(B) 333.02º 0.54% 0.95% -
XYZ 49.33 33.19 41.84 -
YUV 157.18 135.24 187.78 -
System Red Green Blue C M Y K H S L
Decimal 241 112 170 0 0.54 0.29 0.05 333.02 0.82 0.69
Hex F1 70 AA 0 36 1D 5 14D 52 45
Octal 361 160 252 0 66 35 5 515 122 105
Binary 11110001 1110000 10101010 0 110110 11101 101 101001101 1010010 1000101

Color Harmonies of #F170AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170AA

Black with #F170AA

Text Example


Text Example

White with #F170AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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