#F0658A

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

Shades of Deep Blush #F0658A

Tints of Deep Blush #F0658A

Color information

#F0658A (or 0xF0658A) is unknown color: approx Deep Blush. HEX triplet: F0, 65 and 8A. RGB value is (240,101,138). Sum of RGB (Red+Green+Blue) = 240+101+138=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0658A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0658A is #0F9A75. Grayscale: #929292. Windows color (decimal): -1022582 or 9070064. OLE color: 9070064.

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

Color convert

RGB240101138-
CMYK00.580.420.06
HSL344.03º82.25%66.86%-
HSV(B)344.03º57.92%94.12%-
XYZ45.1829.6727.39-
YUV146.78123.05194.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.10%
GREEN value IS 101 (39.84% from 255) = 21.09%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=50.10%
G=21.09%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010113800.580.420.06344.0382.2566.86
HexF0658A03A2A61585243
Octal360145212072526530122103
Binary11110000110010110001010011101010101011010101100010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0658A; }

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

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

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

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

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

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

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

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