#F274AE

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

Shades of Hot Pink #F274AE

Tints of Hot Pink #F274AE

Color information

#F274AE (or 0xF274AE) is unknown color: approx Hot Pink. HEX triplet: F2, 74 and AE. RGB value is (242,116,174). Sum of RGB (Red+Green+Blue) = 242+116+174=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F274AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F274AE is #0D8B51. Grayscale: #A0A0A0. Windows color (decimal): -887634 or 11433202. OLE color: 11433202.

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

Color convert

RGB242116174-
CMYK00.520.280.05
HSL332.38º82.89%70.2%-
HSV(B)332.38º52.07%94.9%-
XYZ50.534.4244.03-
YUV160.29135.74186.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.49%
GREEN value IS 116 (45.70% from 255) = 21.80%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=45.49%
G=21.80%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211617400.520.280.05332.3882.8970.2
HexF274AE0341C514c5346
Octal362164256064345514123106
Binary1111001011101001010111001101001110010110100110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274AE; }

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

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

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

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

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

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

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

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