Html Css Color HEX #F5768A Deep Blush

📋 copy color: '#F5768A'

red 245 ◦ green 118 ◦ blue 138

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

Shades of Deep Blush #F5768A

Tints of Deep Blush #F5768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.55%

 BLUE value IS 138 (54.3% from 255) = 27.54%

R = 48.9%
G = 23.55%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5768A (or 0xF5768A) is known color: Deep Blush. HEX triplet: F5, 76 and 8A. RGB value is (245,118,138). Sum of RGB (Red+Green+Blue) = 245+118+138=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5768A is #0A8975. Grayscale: #9E9E9E. Windows color (decimal): -690550 or 9074421. OLE color: 9074421.

HSL color Cylindrical-coordinate representation of color #F5768A: hue angle of 350.55º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5768A is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 118 138 -
CMYK 0 0.52 0.44 0.04
HSL 350.55º 0.86% 0.71% -
HSV(B) 350.55º 0.52% 0.96% -
XYZ 48.72 34.2 28.08 -
YUV 158.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 245 118 138 0 0.52 0.44 0.04 350.55 0.86 0.71
Hex F5 76 8A 0 34 2C 4 15F 56 47
Octal 365 166 212 0 64 54 4 537 126 107
Binary 11110101 1110110 10001010 0 110100 101100 100 101011111 1010110 1000111

Color Harmonies of #F5768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5768A

Black with #F5768A

Text Example


Text Example

White with #F5768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5768A; }

 p { color: rgb(245,118,138); }

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

background-color css

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

 a { background-color: rgb(245,118,138); }

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

border-color css

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

 span { border-color: rgb(245,118,138); }

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