Html Css Color HEX #F56995 Deep Blush

📋 copy color: '#F56995'

red 245 ◦ green 105 ◦ blue 149

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

Shades of Deep Blush #F56995

Tints of Deep Blush #F56995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.86%

R = 49.1%
G = 21.04%
B = 29.86%

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

#F56995 (or 0xF56995) is known color: Deep Blush. HEX triplet: F5, 69 and 95. RGB value is (245,105,149). Sum of RGB (Red+Green+Blue) = 245+105+149=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F56995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56995 is #0A966A. Grayscale: #979797. Windows color (decimal): -693867 or 9791989. OLE color: 9791989.

HSL color Cylindrical-coordinate representation of color #F56995: hue angle of 341.14º 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 #F56995 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 105 149 -
CMYK 0 0.57 0.39 0.04
HSL 341.14º 0.88% 0.69% -
HSV(B) 341.14º 0.57% 0.96% -
XYZ 48.13 31.69 32.01 -
YUV 151.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 245 105 149 0 0.57 0.39 0.04 341.14 0.88 0.69
Hex F5 69 95 0 39 27 4 155 58 45
Octal 365 151 225 0 71 47 4 525 130 105
Binary 11110101 1101001 10010101 0 111001 100111 100 101010101 1011000 1000101

Color Harmonies of #F56995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56995

Black with #F56995

Text Example


Text Example

White with #F56995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56995; }

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

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

background-color css

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

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

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

border-color css

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

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

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