Html Css Color HEX #F06392 Deep Blush

📋 copy color: '#F06392'

red 240 ◦ green 99 ◦ blue 146

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

Shades of Deep Blush #F06392

Tints of Deep Blush #F06392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 49.48%
G = 20.41%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F06392 (or 0xF06392) is known color: Deep Blush. HEX triplet: F0, 63 and 92. RGB value is (240,99,146). Sum of RGB (Red+Green+Blue) = 240+99+146=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F06392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06392 is #0F9C6D. Grayscale: #929292. Windows color (decimal): -1023086 or 9593840. OLE color: 9593840.

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

Color convert

RGB 240 99 146 -
CMYK 0 0.59 0.39 0.06
HSL 340º 0.82% 0.66% -
HSV(B) 340º 0.59% 0.94% -
XYZ 45.59 29.52 30.49 -
YUV 146.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 240 99 146 0 0.59 0.39 0.06 340 0.82 0.66
Hex F0 63 92 0 3B 27 6 154 52 42
Octal 360 143 222 0 73 47 6 524 122 102
Binary 11110000 1100011 10010010 0 111011 100111 110 101010100 1010010 1000010

Color Harmonies of #F06392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06392

Black with #F06392

Text Example


Text Example

White with #F06392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06392; }

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

 H1.HeaderClassName
 {
   color: #F06392;
 }
 .AnyTagClassName
 {
   color: #F06392;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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