#F273AA

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

Shades of Hot Pink #F273AA

Tints of Hot Pink #F273AA

Color information

#F273AA (or 0xF273AA) is unknown color: approx Hot Pink. HEX triplet: F2, 73 and AA. RGB value is (242,115,170). Sum of RGB (Red+Green+Blue) = 242+115+170=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F273AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F273AA is #0D8C55. Grayscale: #9F9F9F. Windows color (decimal): -887894 or 11170802. OLE color: 11170802.

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

Color convert

RGB242115170-
CMYK00.520.300.05
HSL334.02º83.01%70%-
HSV(B)334.02º52.48%94.9%-
XYZ5034.0441.97-
YUV159.24134.08187.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.92%
GREEN value IS 115 (45.31% from 255) = 21.82%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=45.92%
G=21.82%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211517000.520.300.05334.0283.0170
HexF273AA0341E514e5346
Octal362163252064365516123106
Binary1111001011100111010101001101001111010110100111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F273AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F273AA; }

 p { color: rgb(242,115,170); }

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

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

 a { background-color: rgb(242,115,170); }

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

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

 span { border-color: rgb(242,115,170); }

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