Html Css Color HEX #F59291 Sweet Pink

📋 copy color: '#F59291'

red 245 ◦ green 146 ◦ blue 145

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

Shades of Sweet Pink #F59291

Tints of Sweet Pink #F59291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.24%

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

R = 45.71%
G = 27.24%
B = 27.05%

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

#F59291 (or 0xF59291) is known color: Sweet Pink. HEX triplet: F5, 92 and 91. RGB value is (245,146,145). Sum of RGB (Red+Green+Blue) = 245+146+145=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F59291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59291 is #0A6D6E. Grayscale: #AFAFAF. Windows color (decimal): -683375 or 9540341. OLE color: 9540341.

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

Color convert

RGB 245 146 145 -
CMYK 0 0.40 0.41 0.04
HSL 0.6º 0.83% 0.76% -
HSV(B) 0.6º 0.41% 0.96% -
XYZ 53.05 42.01 32.1 -
YUV 175.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 245 146 145 0 0.40 0.41 0.04 0.6 0.83 0.76
Hex F5 92 91 0 28 29 4 1 53 4C
Octal 365 222 221 0 50 51 4 1 123 114
Binary 11110101 10010010 10010001 0 101000 101001 100 1 1010011 1001100

Color Harmonies of #F59291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59291

Black with #F59291

Text Example


Text Example

White with #F59291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59291; }

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

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

background-color css

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

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

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

border-color css

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

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

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