Html Css Color HEX #F171AA Hot Pink

📋 copy color: '#F171AA'

red 241 ◦ green 113 ◦ blue 170

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

Shades of Hot Pink #F171AA

Tints of Hot Pink #F171AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.56%

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

R = 45.99%
G = 21.56%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F171AA (or 0xF171AA) is known color: Hot Pink. HEX triplet: F1, 71 and AA. RGB value is (241,113,170). Sum of RGB (Red+Green+Blue) = 241+113+170=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F171AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F171AA is #0E8E55. Grayscale: #9D9D9D. Windows color (decimal): -953942 or 11170289. OLE color: 11170289.

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

Color convert

RGB 241 113 170 -
CMYK 0 0.53 0.29 0.05
HSL 333.28º 0.82% 0.69% -
HSV(B) 333.28º 0.53% 0.95% -
XYZ 49.44 33.41 41.87 -
YUV 157.77 134.91 187.37 -
System Red Green Blue C M Y K H S L
Decimal 241 113 170 0 0.53 0.29 0.05 333.28 0.82 0.69
Hex F1 71 AA 0 35 1D 5 14D 52 45
Octal 361 161 252 0 65 35 5 515 122 105
Binary 11110001 1110001 10101010 0 110101 11101 101 101001101 1010010 1000101

Color Harmonies of #F171AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F171AA

Black with #F171AA

Text Example


Text Example

White with #F171AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F171AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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