Html Css Color HEX #F59491 Sweet Pink

📋 copy color: '#F59491'

red 245 ◦ green 148 ◦ blue 145

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

Shades of Sweet Pink #F59491

Tints of Sweet Pink #F59491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.51%

 BLUE value IS 145 (57.03% from 255) = 26.95%

R = 45.54%
G = 27.51%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F59491 (or 0xF59491) is known color: Sweet Pink. HEX triplet: F5, 94 and 91. RGB value is (245,148,145). Sum of RGB (Red+Green+Blue) = 245+148+145=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F59491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59491 is #0A6B6E. Grayscale: #B0B0B0. Windows color (decimal): -682863 or 9540853. OLE color: 9540853.

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

Color convert

RGB 245 148 145 -
CMYK 0 0.40 0.41 0.04
HSL 1.8º 0.83% 0.76% -
HSV(B) 1.8º 0.41% 0.96% -
XYZ 53.36 42.64 32.21 -
YUV 176.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 245 148 145 0 0.40 0.41 0.04 1.8 0.83 0.76
Hex F5 94 91 0 28 29 4 2 53 4C
Octal 365 224 221 0 50 51 4 2 123 114
Binary 11110101 10010100 10010001 0 101000 101001 100 10 1010011 1001100

Color Harmonies of #F59491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59491

Black with #F59491

Text Example


Text Example

White with #F59491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59491; }

 p { color: rgb(245,148,145); }

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

background-color css

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

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

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

border-color css

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

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

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