Html Css Color HEX #F175AC Hot Pink

📋 copy color: '#F175AC'

red 241 ◦ green 117 ◦ blue 172

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

Shades of Hot Pink #F175AC

Tints of Hot Pink #F175AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.08%

 BLUE value IS 172 (67.58% from 255) = 32.45%

R = 45.47%
G = 22.08%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F175AC (or 0xF175AC) is known color: Hot Pink. HEX triplet: F1, 75 and AC. RGB value is (241,117,172). Sum of RGB (Red+Green+Blue) = 241+117+172=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F175AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F175AC is #0E8A53. Grayscale: #A0A0A0. Windows color (decimal): -952916 or 11302385. OLE color: 11302385.

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

Color convert

RGB 241 117 172 -
CMYK 0 0.51 0.29 0.05
HSL 333.39º 0.82% 0.7% -
HSV(B) 333.39º 0.51% 0.95% -
XYZ 50.08 34.4 43.03 -
YUV 160.35 134.58 185.53 -
System Red Green Blue C M Y K H S L
Decimal 241 117 172 0 0.51 0.29 0.05 333.39 0.82 0.7
Hex F1 75 AC 0 33 1D 5 14D 52 46
Octal 361 165 254 0 63 35 5 515 122 106
Binary 11110001 1110101 10101100 0 110011 11101 101 101001101 1010010 1000110

Color Harmonies of #F175AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175AC

Black with #F175AC

Text Example


Text Example

White with #F175AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175AC; }

 p { color: rgb(241,117,172); }

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

background-color css

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

 a { background-color: rgb(241,117,172); }

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

border-color css

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

 span { border-color: rgb(241,117,172); }

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