Html Css Color HEX #F56994 Deep Blush

📋 copy color: '#F56994'

red 245 ◦ green 105 ◦ blue 148

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

Shades of Deep Blush #F56994

Tints of Deep Blush #F56994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.72%

R = 49.2%
G = 21.08%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F56994 (or 0xF56994) is known color: Deep Blush. HEX triplet: F5, 69 and 94. RGB value is (245,105,148). Sum of RGB (Red+Green+Blue) = 245+105+148=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F56994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56994 is #0A966B. Grayscale: #979797. Windows color (decimal): -693868 or 9726453. OLE color: 9726453.

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

Color convert

RGB 245 105 148 -
CMYK 0 0.57 0.40 0.04
HSL 341.57º 0.88% 0.69% -
HSV(B) 341.57º 0.57% 0.96% -
XYZ 48.05 31.65 31.59 -
YUV 151.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 245 105 148 0 0.57 0.40 0.04 341.57 0.88 0.69
Hex F5 69 94 0 39 28 4 156 58 45
Octal 365 151 224 0 71 50 4 526 130 105
Binary 11110101 1101001 10010100 0 111001 101000 100 101010110 1011000 1000101

Color Harmonies of #F56994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56994

Black with #F56994

Text Example


Text Example

White with #F56994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56994; }

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

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

background-color css

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

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

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

border-color css

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

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

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