Html Css Color HEX #F172AA Hot Pink

📋 copy color: '#F172AA'

red 241 ◦ green 114 ◦ blue 170

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

Shades of Hot Pink #F172AA

Tints of Hot Pink #F172AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.71%

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

R = 45.9%
G = 21.71%
B = 32.38%

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

#F172AA (or 0xF172AA) is known color: Hot Pink. HEX triplet: F1, 72 and AA. RGB value is (241,114,170). Sum of RGB (Red+Green+Blue) = 241+114+170=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F172AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F172AA is #0E8D55. Grayscale: #9E9E9E. Windows color (decimal): -953686 or 11170545. OLE color: 11170545.

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

Color convert

RGB 241 114 170 -
CMYK 0 0.53 0.29 0.05
HSL 333.54º 0.82% 0.7% -
HSV(B) 333.54º 0.53% 0.95% -
XYZ 49.55 33.64 41.91 -
YUV 158.36 134.58 186.95 -
System Red Green Blue C M Y K H S L
Decimal 241 114 170 0 0.53 0.29 0.05 333.54 0.82 0.7
Hex F1 72 AA 0 35 1D 5 14E 52 46
Octal 361 162 252 0 65 35 5 516 122 106
Binary 11110001 1110010 10101010 0 110101 11101 101 101001110 1010010 1000110

Color Harmonies of #F172AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F172AA

Black with #F172AA

Text Example


Text Example

White with #F172AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F172AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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