#F274AC

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

Shades of Hot Pink #F274AC

Tints of Hot Pink #F274AC

Color information

#F274AC (or 0xF274AC) is unknown color: approx Hot Pink. HEX triplet: F2, 74 and AC. RGB value is (242,116,172). Sum of RGB (Red+Green+Blue) = 242+116+172=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F274AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F274AC is #0D8B53. Grayscale: #9F9F9F. Windows color (decimal): -887636 or 11302130. OLE color: 11302130.

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

Color convert

RGB242116172-
CMYK00.520.290.05
HSL333.33º82.89%70.2%-
HSV(B)333.33º52.07%94.9%-
XYZ50.3134.3543.01-
YUV160.06134.74186.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.66%
GREEN value IS 116 (45.70% from 255) = 21.89%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=45.66%
G=21.89%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211617200.520.290.05333.3382.8970.2
HexF274AC0341D514d5346
Octal362164254064355515123106
Binary1111001011101001010110001101001110110110100110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274AC; }

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

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

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

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

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

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

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

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