#F271AD

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

Shades of Hot Pink #F271AD

Tints of Hot Pink #F271AD

Color information

#F271AD (or 0xF271AD) is unknown color: approx Hot Pink. HEX triplet: F2, 71 and AD. RGB value is (242,113,173). Sum of RGB (Red+Green+Blue) = 242+113+173=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F271AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F271AD is #0D8E52. Grayscale: #9E9E9E. Windows color (decimal): -888403 or 11366898. OLE color: 11366898.

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

Color convert

RGB242113173-
CMYK00.530.290.05
HSL332.09º83.23%69.61%-
HSV(B)332.09º53.31%94.9%-
XYZ50.0733.743.4-
YUV158.41136.24187.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.83%
GREEN value IS 113 (44.53% from 255) = 21.40%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=45.83%
G=21.40%
B=32.77%

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
Decimal24211317300.530.290.05332.0983.2369.61
HexF271AD0351D514c5346
Octal362161255065355514123106
Binary1111001011100011010110101101011110110110100110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F271AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F271AD; }

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

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

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

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

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

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

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

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