Html Css Color HEX #F472AC Hot Pink

📋 copy color: '#F472AC'

red 244 ◦ green 114 ◦ blue 172

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

Shades of Hot Pink #F472AC

Tints of Hot Pink #F472AC

RGB

 RED value IS 244 (95.7% from 255) = 46.04%

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

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

R = 46.04%
G = 21.51%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F472AC (or 0xF472AC) is known color: Hot Pink. HEX triplet: F4, 72 and AC. RGB value is (244,114,172). Sum of RGB (Red+Green+Blue) = 244+114+172=530 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.04% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 244 - color contains mainly: red. Hex color #F472AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F472AC is #0B8D53. Grayscale: #9F9F9F. Windows color (decimal): -757076 or 11301620. OLE color: 11301620.

HSL color Cylindrical-coordinate representation of color #F472AC: hue angle of 333.23º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F472AC is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 114 172 -
CMYK 0 0.53 0.30 0.04
HSL 333.23º 0.86% 0.7% -
HSV(B) 333.23º 0.53% 0.96% -
XYZ 50.77 34.25 42.96 -
YUV 159.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 244 114 172 0 0.53 0.30 0.04 333.23 0.86 0.7
Hex F4 72 AC 0 35 1E 4 14D 56 46
Octal 364 162 254 0 65 36 4 515 126 106
Binary 11110100 1110010 10101100 0 110101 11110 100 101001101 1010110 1000110

Color Harmonies of #F472AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F472AC

Black with #F472AC

Text Example


Text Example

White with #F472AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F472AC; }

 p { color: rgb(244,114,172); }

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

background-color css

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

 a { background-color: rgb(244,114,172); }

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

border-color css

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

 span { border-color: rgb(244,114,172); }

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