#F0698F

Color #F0698F Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #F0698F

Tints of Deep Blush #F0698F

Color information

#F0698F (or 0xF0698F) is unknown color: approx Deep Blush. HEX triplet: F0, 69 and 8F. RGB value is (240,105,143). Sum of RGB (Red+Green+Blue) = 240+105+143=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0698F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0698F is #0F9670. Grayscale: #959595. Windows color (decimal): -1021553 or 9398768. OLE color: 9398768.

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

Color convert

RGB240105143-
CMYK00.560.400.06
HSL343.11º81.82%67.65%-
HSV(B)343.11º56.25%94.12%-
XYZ45.9430.6129.47-
YUV149.7124.23192.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.18%
GREEN value IS 105 (41.41% from 255) = 21.52%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=49.18%
G=21.52%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010514300.560.400.06343.1181.8267.65
HexF0698F0382861575244
Octal360151217070506527122104
Binary11110000110100110001111011100010100011010101011110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0698F; }

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

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

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

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

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

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

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

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