#F06390

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

Shades of Deep Blush #F06390

Tints of Deep Blush #F06390

Color information

#F06390 (or 0xF06390) is unknown color: approx Deep Blush. HEX triplet: F0, 63 and 90. RGB value is (240,99,144). Sum of RGB (Red+Green+Blue) = 240+99+144=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F06390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06390 is #0F9C6F. Grayscale: #929292. Windows color (decimal): -1023088 or 9462768. OLE color: 9462768.

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

Color convert

RGB24099144-
CMYK00.590.40.06
HSL340.85º82.46%66.47%-
HSV(B)340.85º58.75%94.12%-
XYZ45.4329.4629.68-
YUV146.29126.71194.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.69%
GREEN value IS 99 (39.06% from 255) = 20.50%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=49.69%
G=20.50%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409914400.590.40.06340.8582.4666.47
HexF0639003B2861555242
Octal360143220073506525122102
Binary11110000110001110010000011101110100011010101010110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06390; }

 p { color: rgb(240,99,144); }

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

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

 a { background-color: rgb(240,99,144); }

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

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

 span { border-color: rgb(240,99,144); }

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