Html Css Color HEX #F172AF Hot Pink

📋 copy color: '#F172AF'

red 241 ◦ green 114 ◦ blue 175

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

Shades of Hot Pink #F172AF

Tints of Hot Pink #F172AF

RGB

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

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

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

R = 45.47%
G = 21.51%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F172AF (or 0xF172AF) is known color: Hot Pink. HEX triplet: F1, 72 and AF. RGB value is (241,114,175). Sum of RGB (Red+Green+Blue) = 241+114+175=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F172AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F172AF is #0E8D50. Grayscale: #9E9E9E. Windows color (decimal): -953681 or 11498225. OLE color: 11498225.

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

Color convert

RGB 241 114 175 -
CMYK 0 0.53 0.27 0.05
HSL 331.18º 0.82% 0.7% -
HSV(B) 331.18º 0.53% 0.95% -
XYZ 50.03 33.83 44.45 -
YUV 158.93 137.08 186.54 -
System Red Green Blue C M Y K H S L
Decimal 241 114 175 0 0.53 0.27 0.05 331.18 0.82 0.7
Hex F1 72 AF 0 35 1B 5 14B 52 46
Octal 361 162 257 0 65 33 5 513 122 106
Binary 11110001 1110010 10101111 0 110101 11011 101 101001011 1010010 1000110

Color Harmonies of #F172AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F172AF

Black with #F172AF

Text Example


Text Example

White with #F172AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F172AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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