Html Css Color HEX #F06595 Deep Blush

📋 copy color: '#F06595'

red 240 ◦ green 101 ◦ blue 149

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

Shades of Deep Blush #F06595

Tints of Deep Blush #F06595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.61%

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

R = 48.98%
G = 20.61%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F06595 (or 0xF06595) is known color: Deep Blush. HEX triplet: F0, 65 and 95. RGB value is (240,101,149). Sum of RGB (Red+Green+Blue) = 240+101+149=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F06595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06595 is #0F9A6A. Grayscale: #939393. Windows color (decimal): -1022571 or 9790960. OLE color: 9790960.

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

Color convert

RGB 240 101 149 -
CMYK 0 0.58 0.38 0.06
HSL 339.28º 0.82% 0.67% -
HSV(B) 339.28º 0.58% 0.94% -
XYZ 46.01 30 31.8 -
YUV 148.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 240 101 149 0 0.58 0.38 0.06 339.28 0.82 0.67
Hex F0 65 95 0 3A 26 6 153 52 43
Octal 360 145 225 0 72 46 6 523 122 103
Binary 11110000 1100101 10010101 0 111010 100110 110 101010011 1010010 1000011

Color Harmonies of #F06595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06595

Black with #F06595

Text Example


Text Example

White with #F06595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06595; }

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

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

background-color css

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

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

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

border-color css

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

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

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