Html Css Color HEX #F06295 Deep Blush

📋 copy color: '#F06295'

red 240 ◦ green 98 ◦ blue 149

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

Shades of Deep Blush #F06295

Tints of Deep Blush #F06295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.12%

 BLUE value IS 149 (58.59% from 255) = 30.6%

R = 49.28%
G = 20.12%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F06295 (or 0xF06295) is known color: Deep Blush. HEX triplet: F0, 62 and 95. RGB value is (240,98,149). Sum of RGB (Red+Green+Blue) = 240+98+149=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F06295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06295 is #0F9D6A. Grayscale: #929292. Windows color (decimal): -1023339 or 9790192. OLE color: 9790192.

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

Color convert

RGB 240 98 149 -
CMYK 0 0.59 0.38 0.06
HSL 338.45º 0.83% 0.66% -
HSV(B) 338.45º 0.59% 0.94% -
XYZ 45.73 29.43 31.7 -
YUV 146.27 129.54 194.85 -
System Red Green Blue C M Y K H S L
Decimal 240 98 149 0 0.59 0.38 0.06 338.45 0.83 0.66
Hex F0 62 95 0 3B 26 6 152 53 42
Octal 360 142 225 0 73 46 6 522 123 102
Binary 11110000 1100010 10010101 0 111011 100110 110 101010010 1010011 1000010

Color Harmonies of #F06295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06295

Black with #F06295

Text Example


Text Example

White with #F06295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06295; }

 p { color: rgb(240,98,149); }

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

background-color css

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

 a { background-color: rgb(240,98,149); }

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

border-color css

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

 span { border-color: rgb(240,98,149); }

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