Html Css Color HEX #F06397 Deep Blush

📋 copy color: '#F06397'

red 240 ◦ green 99 ◦ blue 151

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

Shades of Deep Blush #F06397

Tints of Deep Blush #F06397

RGB

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

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

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

R = 48.98%
G = 20.2%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F06397 (or 0xF06397) is known color: Deep Blush. HEX triplet: F0, 63 and 97. RGB value is (240,99,151). Sum of RGB (Red+Green+Blue) = 240+99+151=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F06397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06397 is #0F9C68. Grayscale: #939393. Windows color (decimal): -1023081 or 9921520. OLE color: 9921520.

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

Color convert

RGB 240 99 151 -
CMYK 0 0.59 0.37 0.06
HSL 337.87º 0.82% 0.66% -
HSV(B) 337.87º 0.59% 0.94% -
XYZ 45.98 29.68 32.58 -
YUV 147.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 240 99 151 0 0.59 0.37 0.06 337.87 0.82 0.66
Hex F0 63 97 0 3B 25 6 152 52 42
Octal 360 143 227 0 73 45 6 522 122 102
Binary 11110000 1100011 10010111 0 111011 100101 110 101010010 1010010 1000010

Color Harmonies of #F06397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06397

Black with #F06397

Text Example


Text Example

White with #F06397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06397; }

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

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

background-color css

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

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

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

border-color css

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

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

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