Html Css Color HEX #F56996 Deep Blush

📋 copy color: '#F56996'

red 245 ◦ green 105 ◦ blue 150

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

Shades of Deep Blush #F56996

Tints of Deep Blush #F56996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21%

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

R = 49%
G = 21%
B = 30%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F56996 (or 0xF56996) is known color: Deep Blush. HEX triplet: F5, 69 and 96. RGB value is (245,105,150). Sum of RGB (Red+Green+Blue) = 245+105+150=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F56996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56996 is #0A9669. Grayscale: #979797. Windows color (decimal): -693866 or 9857525. OLE color: 9857525.

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

Color convert

RGB 245 105 150 -
CMYK 0 0.57 0.39 0.04
HSL 340.71º 0.88% 0.69% -
HSV(B) 340.71º 0.57% 0.96% -
XYZ 48.21 31.72 32.44 -
YUV 151.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 245 105 150 0 0.57 0.39 0.04 340.71 0.88 0.69
Hex F5 69 96 0 39 27 4 155 58 45
Octal 365 151 226 0 71 47 4 525 130 105
Binary 11110101 1101001 10010110 0 111001 100111 100 101010101 1011000 1000101

Color Harmonies of #F56996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56996

Black with #F56996

Text Example


Text Example

White with #F56996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56996; }

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

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

background-color css

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

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

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

border-color css

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

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

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