#F0708F

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

Shades of Deep Blush #F0708F

Tints of Deep Blush #F0708F

Color information

#F0708F (or 0xF0708F) is unknown color: approx Deep Blush. HEX triplet: F0, 70 and 8F. RGB value is (240,112,143). Sum of RGB (Red+Green+Blue) = 240+112+143=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0708F is #0F8F70. Grayscale: #999999. Windows color (decimal): -1019761 or 9400560. OLE color: 9400560.

HSL color Cylindrical-coordinate representation of color #F0708F: hue angle of 345.47º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0708F is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB240112143-
CMYK00.530.400.06
HSL345.47º81.01%69.02%-
HSV(B)345.47º53.33%94.12%-
XYZ46.6932.129.72-
YUV153.81121.91189.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.48%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 143 (56.25% from 255) = 28.89%
R=48.48%
G=22.63%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011214300.530.400.06345.4781.0169.02
HexF0708F0352861595145
Octal360160217065506531121105
Binary11110000111000010001111011010110100011010101100110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0708F; }

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

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

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

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

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

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

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

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