Html Css Color HEX #F5758B Deep Blush

📋 copy color: '#F5758B'

red 245 ◦ green 117 ◦ blue 139

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

Shades of Deep Blush #F5758B

Tints of Deep Blush #F5758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.35%

 BLUE value IS 139 (54.69% from 255) = 27.74%

R = 48.9%
G = 23.35%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5758B (or 0xF5758B) is known color: Deep Blush. HEX triplet: F5, 75 and 8B. RGB value is (245,117,139). Sum of RGB (Red+Green+Blue) = 245+117+139=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5758B is #0A8A74. Grayscale: #9D9D9D. Windows color (decimal): -690805 or 9139701. OLE color: 9139701.

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

Color convert

RGB 245 117 139 -
CMYK 0 0.52 0.43 0.04
HSL 349.69º 0.86% 0.71% -
HSV(B) 349.69º 0.52% 0.96% -
XYZ 48.68 34 28.42 -
YUV 157.78 117.41 190.21 -
System Red Green Blue C M Y K H S L
Decimal 245 117 139 0 0.52 0.43 0.04 349.69 0.86 0.71
Hex F5 75 8B 0 34 2B 4 15E 56 47
Octal 365 165 213 0 64 53 4 536 126 107
Binary 11110101 1110101 10001011 0 110100 101011 100 101011110 1010110 1000111

Color Harmonies of #F5758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5758B

Black with #F5758B

Text Example


Text Example

White with #F5758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5758B; }

 p { color: rgb(245,117,139); }

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

background-color css

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

 a { background-color: rgb(245,117,139); }

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

border-color css

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

 span { border-color: rgb(245,117,139); }

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