#F271AE

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

Shades of Hot Pink #F271AE

Tints of Hot Pink #F271AE

Color information

#F271AE (or 0xF271AE) is unknown color: approx Hot Pink. HEX triplet: F2, 71 and AE. RGB value is (242,113,174). Sum of RGB (Red+Green+Blue) = 242+113+174=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F271AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F271AE is #0D8E51. Grayscale: #9E9E9E. Windows color (decimal): -888402 or 11432434. OLE color: 11432434.

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

Color convert

RGB242113174-
CMYK00.530.280.05
HSL331.63º83.23%69.61%-
HSV(B)331.63º53.31%94.9%-
XYZ50.1633.7443.91-
YUV158.53136.74187.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.75%
GREEN value IS 113 (44.53% from 255) = 21.36%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=45.75%
G=21.36%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211317400.530.280.05331.6383.2369.61
HexF271AE0351C514c5346
Octal362161256065345514123106
Binary1111001011100011010111001101011110010110100110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F271AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F271AE; }

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

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

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

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

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

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

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

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