Html Css Color HEX #F56696 Deep Blush

📋 copy color: '#F56696'

red 245 ◦ green 102 ◦ blue 150

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

Shades of Deep Blush #F56696

Tints of Deep Blush #F56696

RGB

 RED value IS 245 (96.09% from 255) = 49.3%

 GREEN value IS 102 (40.23% from 255) = 20.52%

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 49.3%
G = 20.52%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F56696 (or 0xF56696) is known color: Deep Blush. HEX triplet: F5, 66 and 96. RGB value is (245,102,150). Sum of RGB (Red+Green+Blue) = 245+102+150=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F56696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56696 is #0A9969. Grayscale: #969696. Windows color (decimal): -694634 or 9856757. OLE color: 9856757.

HSL color Cylindrical-coordinate representation of color #F56696: hue angle of 339.86º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56696 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 102 150 -
CMYK 0 0.58 0.39 0.04
HSL 339.86º 0.88% 0.68% -
HSV(B) 339.86º 0.58% 0.96% -
XYZ 47.91 31.12 32.34 -
YUV 150.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 245 102 150 0 0.58 0.39 0.04 339.86 0.88 0.68
Hex F5 66 96 0 3A 27 4 154 58 44
Octal 365 146 226 0 72 47 4 524 130 104
Binary 11110101 1100110 10010110 0 111010 100111 100 101010100 1011000 1000100

Color Harmonies of #F56696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56696

Black with #F56696

Text Example


Text Example

White with #F56696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56696; }

 p { color: rgb(245,102,150); }

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

background-color css

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

 a { background-color: rgb(245,102,150); }

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

border-color css

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

 span { border-color: rgb(245,102,150); }

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