#F0658D

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

Shades of Deep Blush #F0658D

Tints of Deep Blush #F0658D

Color information

#F0658D (or 0xF0658D) is unknown color: approx Deep Blush. HEX triplet: F0, 65 and 8D. RGB value is (240,101,141). Sum of RGB (Red+Green+Blue) = 240+101+141=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0658D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0658D is #0F9A72. Grayscale: #939393. Windows color (decimal): -1022579 or 9266672. OLE color: 9266672.

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

Color convert

RGB240101141-
CMYK00.580.410.06
HSL342.73º82.25%66.86%-
HSV(B)342.73º57.92%94.12%-
XYZ45.429.7628.55-
YUV147.12124.55194.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.79%
GREEN value IS 101 (39.84% from 255) = 20.95%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=49.79%
G=20.95%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010114100.580.410.06342.7382.2566.86
HexF0658D03A2961575243
Octal360145215072516527122103
Binary11110000110010110001101011101010100111010101011110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0658D; }

 p { color: rgb(240,101,141); }

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

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

 a { background-color: rgb(240,101,141); }

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

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

 span { border-color: rgb(240,101,141); }

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