#F271AC

Color #F271AC Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F271AC

Tints of Hot Pink #F271AC

Color information

#F271AC (or 0xF271AC) is unknown color: approx Hot Pink. HEX triplet: F2, 71 and AC. RGB value is (242,113,172). Sum of RGB (Red+Green+Blue) = 242+113+172=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F271AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F271AC is #0D8E53. Grayscale: #9E9E9E. Windows color (decimal): -888404 or 11301362. OLE color: 11301362.

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

Color convert

RGB242113172-
CMYK00.530.290.05
HSL332.56º83.23%69.61%-
HSV(B)332.56º53.31%94.9%-
XYZ49.9733.6742.89-
YUV158.3135.74187.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.92%
GREEN value IS 113 (44.53% from 255) = 21.44%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=45.92%
G=21.44%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211317200.530.290.05332.5683.2369.61
HexF271AC0351D514d5346
Octal362161254065355515123106
Binary1111001011100011010110001101011110110110100110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F271AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F271AC; }

 p { color: rgb(242,113,172); }

 H1.HeaderClassName
 {
   color: #F271AC;
 }
 .AnyTagClassName
 {
   color: #F271AC;
 }
</style>
background-color css

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

 a { background-color: rgb(242,113,172); }

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

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

 span { border-color: rgb(242,113,172); }

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