Html Css Color HEX #F06597 Deep Blush

📋 copy color: '#F06597'

red 240 ◦ green 101 ◦ blue 151

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

Shades of Deep Blush #F06597

Tints of Deep Blush #F06597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.69%

R = 48.78%
G = 20.53%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F06597 (or 0xF06597) is known color: Deep Blush. HEX triplet: F0, 65 and 97. RGB value is (240,101,151). Sum of RGB (Red+Green+Blue) = 240+101+151=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F06597 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06597 is #0F9A68. Grayscale: #949494. Windows color (decimal): -1022569 or 9922032. OLE color: 9922032.

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

Color convert

RGB 240 101 151 -
CMYK 0 0.58 0.37 0.06
HSL 338.42º 0.82% 0.67% -
HSV(B) 338.42º 0.58% 0.94% -
XYZ 46.17 30.07 32.65 -
YUV 148.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 240 101 151 0 0.58 0.37 0.06 338.42 0.82 0.67
Hex F0 65 97 0 3A 25 6 152 52 43
Octal 360 145 227 0 72 45 6 522 122 103
Binary 11110000 1100101 10010111 0 111010 100101 110 101010010 1010010 1000011

Color Harmonies of #F06597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06597

Black with #F06597

Text Example


Text Example

White with #F06597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06597; }

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

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

background-color css

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

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

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

border-color css

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

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

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