Html Css Color HEX #F59695 Sweet Pink

📋 copy color: '#F59695'

red 245 ◦ green 150 ◦ blue 149

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

Shades of Sweet Pink #F59695

Tints of Sweet Pink #F59695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.57%

 BLUE value IS 149 (58.59% from 255) = 27.39%

R = 45.04%
G = 27.57%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F59695 (or 0xF59695) is known color: Sweet Pink. HEX triplet: F5, 96 and 95. RGB value is (245,150,149). Sum of RGB (Red+Green+Blue) = 245+150+149=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F59695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59695 is #0A696A. Grayscale: #B2B2B2. Windows color (decimal): -682347 or 9803509. OLE color: 9803509.

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

Color convert

RGB 245 150 149 -
CMYK 0 0.39 0.39 0.04
HSL 0.63º 0.83% 0.77% -
HSV(B) 0.63º 0.39% 0.96% -
XYZ 53.99 43.4 33.96 -
YUV 178.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 245 150 149 0 0.39 0.39 0.04 0.63 0.83 0.77
Hex F5 96 95 0 27 27 4 1 53 4D
Octal 365 226 225 0 47 47 4 1 123 115
Binary 11110101 10010110 10010101 0 100111 100111 100 1 1010011 1001101

Color Harmonies of #F59695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59695

Black with #F59695

Text Example


Text Example

White with #F59695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59695; }

 p { color: rgb(245,150,149); }

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

background-color css

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

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

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

border-color css

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

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

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