#F069A5

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

Shades of Hot Pink #F069A5

Tints of Hot Pink #F069A5

Color information

#F069A5 (or 0xF069A5) is unknown color: approx Hot Pink. HEX triplet: F0, 69 and A5. RGB value is (240,105,165). Sum of RGB (Red+Green+Blue) = 240+105+165=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F069A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F069A5 is #0F965A. Grayscale: #989898. Windows color (decimal): -1021531 or 10840560. OLE color: 10840560.

HSL color Cylindrical-coordinate representation of color #F069A5: hue angle of 333.33º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F069A5 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB240105165-
CMYK00.560.310.06
HSL333.33º81.82%67.65%-
HSV(B)333.33º56.25%94.12%-
XYZ47.7831.3539.13-
YUV152.2135.23190.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.06%
GREEN value IS 105 (41.41% from 255) = 20.59%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=47.06%
G=20.59%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010516500.560.310.06333.3381.8267.65
HexF069A50381F614d5244
Octal360151245070376515122104
Binary1111000011010011010010101110001111111010100110110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F069A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F069A5; }

 p { color: rgb(240,105,165); }

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

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

 a { background-color: rgb(240,105,165); }

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

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

 span { border-color: rgb(240,105,165); }

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