#F069B4

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

Shades of Hot Pink #F069B4

Tints of Hot Pink #F069B4

Color information

#F069B4 (or 0xF069B4) is unknown color: approx Hot Pink. HEX triplet: F0, 69 and B4. RGB value is (240,105,180). Sum of RGB (Red+Green+Blue) = 240+105+180=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F069B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069B4 is #0F964B. Grayscale: #999999. Windows color (decimal): -1021516 or 11823600. OLE color: 11823600.

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

Color convert

RGB240105180-
CMYK00.560.250.06
HSL326.67º81.82%67.65%-
HSV(B)326.67º56.25%94.12%-
XYZ49.2231.9246.75-
YUV153.92142.73189.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 105 (41.41% from 255) = 20%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=45.71%
G=20%
B=34.29%

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
Decimal24010518000.560.250.06326.6781.8267.65
HexF069B40381961475244
Octal360151264070316507122104
Binary1111000011010011011010001110001100111010100011110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F069B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F069B4; }

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

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

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

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

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

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

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

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