Html Css Color HEX #F56993 Deep Blush

📋 copy color: '#F56993'

red 245 ◦ green 105 ◦ blue 147

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

Shades of Deep Blush #F56993

Tints of Deep Blush #F56993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.58%

R = 49.3%
G = 21.13%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F56993 (or 0xF56993) is known color: Deep Blush. HEX triplet: F5, 69 and 93. RGB value is (245,105,147). Sum of RGB (Red+Green+Blue) = 245+105+147=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F56993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56993 is #0A966C. Grayscale: #979797. Windows color (decimal): -693869 or 9660917. OLE color: 9660917.

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

Color convert

RGB 245 105 147 -
CMYK 0 0.57 0.4 0.04
HSL 342º 0.88% 0.69% -
HSV(B) 342º 0.57% 0.96% -
XYZ 47.97 31.62 31.18 -
YUV 151.65 125.38 194.58 -
System Red Green Blue C M Y K H S L
Decimal 245 105 147 0 0.57 0.4 0.04 342 0.88 0.69
Hex F5 69 93 0 39 28 4 156 58 45
Octal 365 151 223 0 71 50 4 526 130 105
Binary 11110101 1101001 10010011 0 111001 101000 100 101010110 1011000 1000101

Color Harmonies of #F56993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56993

Black with #F56993

Text Example


Text Example

White with #F56993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56993; }

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

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

background-color css

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

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

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

border-color css

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

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

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