#f29d74

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

Shades of Hit Pink #F29D74

Tints of Hit Pink #F29D74

Color information

#F29D74 (or 0xF29D74) is unknown color: approx Hit Pink. HEX triplet: F2, 9D and 74. RGB value is (242,157,116). Sum of RGB (Red+Green+Blue) = 242+157+116=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29D74 is #0D628B. Grayscale: #B1B1B1. Windows color (decimal): -877196 or 7642610. OLE color: 7642610.

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

Color convert

RGB242157116-
CMYK00.350.520.05
HSL19.52º82.89%70.2%-
HSV(B)19.52º52.07%94.9%-
XYZ51.8344.2522.33-
YUV177.7493.16173.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 116 (45.70% from 255) = 22.52%
R=46.99%
G=30.49%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215711600.350.520.0519.5282.8970.2
HexF29D74023345145346
Octal36223516404364524123106
Binary1111001010011101111010001000111101001011010010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f29d74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f29d74; }

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

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

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

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

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

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

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

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