Html Css Color HEX #F06390 Deep Blush

📋 copy color: '#F06390'

red 240 ◦ green 99 ◦ blue 144

#F06390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #F06390

Tints of Deep Blush #F06390

RGB

 RED value IS 240 (94.14% from 255) = 49.69%

 GREEN value IS 99 (39.06% from 255) = 20.5%

 BLUE value IS 144 (56.64% from 255) = 29.81%

R = 49.69%
G = 20.5%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F06390 (or 0xF06390) is known color: 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

RGB 240 99 144 -
CMYK 0 0.59 0.4 0.06
HSL 340.85º 0.82% 0.66% -
HSV(B) 340.85º 0.59% 0.94% -
XYZ 45.43 29.46 29.68 -
YUV 146.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 240 99 144 0 0.59 0.4 0.06 340.85 0.82 0.66
Hex F0 63 90 0 3B 28 6 155 52 42
Octal 360 143 220 0 73 50 6 525 122 102
Binary 11110000 1100011 10010000 0 111011 101000 110 101010101 1010010 1000010

Color Harmonies of #F06390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06390

Black with #F06390

Text Example


Text Example

White with #F06390

Text Example


Text Example

HTML Codes & Css Web 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>