Html Css Color HEX #F59D9D Sweet Pink

📋 copy color: '#F59D9D'

red 245 ◦ green 157 ◦ blue 157

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

Shades of Sweet Pink #F59D9D

Tints of Sweet Pink #F59D9D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.09%

 BLUE value IS 157 (61.72% from 255) = 28.09%

R = 43.83%
G = 28.09%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F59D9D (or 0xF59D9D) is known color: Sweet Pink. HEX triplet: F5, 9D and 9D. RGB value is (245,157,157). Sum of RGB (Red+Green+Blue) = 245+157+157=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F59D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59D9D is #0A6262. Grayscale: #B7B7B7. Windows color (decimal): -680547 or 10329589. OLE color: 10329589.

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

Color convert

RGB 245 157 157 -
CMYK 0 0.36 0.36 0.04
HSL 0.81% 0.79% -
HSV(B) 0.36% 0.96% -
XYZ 55.8 45.96 37.83 -
YUV 183.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 245 157 157 0 0.36 0.36 0.04 0 0.81 0.79
Hex F5 9D 9D 0 24 24 4 0 51 4F
Octal 365 235 235 0 44 44 4 0 121 117
Binary 11110101 10011101 10011101 0 100100 100100 100 0 1010001 1001111

Color Harmonies of #F59D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59D9D

Black with #F59D9D

Text Example


Text Example

White with #F59D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59D9D; }

 p { color: rgb(245,157,157); }

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

background-color css

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

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

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

border-color css

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

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

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