#F069B3

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

Shades of Hot Pink #F069B3

Tints of Hot Pink #F069B3

Color information

#F069B3 (or 0xF069B3) is unknown color: approx Hot Pink. HEX triplet: F0, 69 and B3. RGB value is (240,105,179). Sum of RGB (Red+Green+Blue) = 240+105+179=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F069B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069B3 is #0F964C. Grayscale: #999999. Windows color (decimal): -1021517 or 11758064. OLE color: 11758064.

HSL color Cylindrical-coordinate representation of color #F069B3: hue angle of 327.11º 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 #F069B3 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB240105179-
CMYK00.560.250.06
HSL327.11º81.82%67.65%-
HSV(B)327.11º56.25%94.12%-
XYZ49.1231.8846.21-
YUV153.8142.23189.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.80%
GREEN value IS 105 (41.41% from 255) = 20.04%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=45.80%
G=20.04%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010517900.560.250.06327.1181.8267.65
HexF069B30381961475244
Octal360151263070316507122104
Binary1111000011010011011001101110001100111010100011110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F069B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F069B3; }

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

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

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

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

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

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

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

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