Html Css Color HEX #F06897 Deep Blush

📋 copy color: '#F06897'

red 240 ◦ green 104 ◦ blue 151

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

Shades of Deep Blush #F06897

Tints of Deep Blush #F06897

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.01%

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

R = 48.48%
G = 21.01%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F06897 (or 0xF06897) is known color: Deep Blush. HEX triplet: F0, 68 and 97. RGB value is (240,104,151). Sum of RGB (Red+Green+Blue) = 240+104+151=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F06897 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06897 is #0F9768. Grayscale: #959595. Windows color (decimal): -1021801 or 9922800. OLE color: 9922800.

HSL color Cylindrical-coordinate representation of color #F06897: hue angle of 339.26º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06897 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 104 151 -
CMYK 0 0.57 0.37 0.06
HSL 339.26º 0.82% 0.67% -
HSV(B) 339.26º 0.57% 0.94% -
XYZ 46.47 30.66 32.75 -
YUV 150.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 240 104 151 0 0.57 0.37 0.06 339.26 0.82 0.67
Hex F0 68 97 0 39 25 6 153 52 43
Octal 360 150 227 0 71 45 6 523 122 103
Binary 11110000 1101000 10010111 0 111001 100101 110 101010011 1010010 1000011

Color Harmonies of #F06897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06897

Black with #F06897

Text Example


Text Example

White with #F06897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06897; }

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

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

background-color css

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

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

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

border-color css

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

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

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