#F69D70

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

Shades of Hit Pink #F69D70

Tints of Hit Pink #F69D70

Color information

#F69D70 (or 0xF69D70) is unknown color: approx Hit Pink. HEX triplet: F6, 9D and 70. RGB value is (246,157,112). Sum of RGB (Red+Green+Blue) = 246+157+112=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69D70 is #09628F. Grayscale: #B2B2B2. Windows color (decimal): -615056 or 7380470. OLE color: 7380470.

HSL color Cylindrical-coordinate representation of color #F69D70: hue angle of 20.15º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F69D70 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB246157112-
CMYK00.360.540.04
HSL20.15º88.16%70.2%-
HSV(B)20.15º54.47%96.47%-
XYZ52.9944.8821.2-
YUV178.4890.49176.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.77%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 112 (44.14% from 255) = 21.75%
R=47.77%
G=30.49%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615711200.360.540.0420.1588.1670.2
HexF69D70024364145846
Octal36623516004466424130106
Binary1111011010011101111000001001001101101001010010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69D70; }

 p { color: rgb(246,157,112); }

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

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

 a { background-color: rgb(246,157,112); }

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

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

 span { border-color: rgb(246,157,112); }

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