Html Css Color HEX #F59190 Sweet Pink

📋 copy color: '#F59190'

red 245 ◦ green 145 ◦ blue 144

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

Shades of Sweet Pink #F59190

Tints of Sweet Pink #F59190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.15%

 BLUE value IS 144 (56.64% from 255) = 26.97%

R = 45.88%
G = 27.15%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F59190 (or 0xF59190) is known color: Sweet Pink. HEX triplet: F5, 91 and 90. RGB value is (245,145,144). Sum of RGB (Red+Green+Blue) = 245+145+144=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F59190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59190 is #0A6E6F. Grayscale: #AEAEAE. Windows color (decimal): -683632 or 9474549. OLE color: 9474549.

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

Color convert

RGB 245 145 144 -
CMYK 0 0.41 0.41 0.04
HSL 0.59º 0.83% 0.76% -
HSV(B) 0.59º 0.41% 0.96% -
XYZ 52.82 41.68 31.65 -
YUV 174.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 245 145 144 0 0.41 0.41 0.04 0.59 0.83 0.76
Hex F5 91 90 0 29 29 4 1 53 4C
Octal 365 221 220 0 51 51 4 1 123 114
Binary 11110101 10010001 10010000 0 101001 101001 100 1 1010011 1001100

Color Harmonies of #F59190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59190

Black with #F59190

Text Example


Text Example

White with #F59190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59190; }

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

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

background-color css

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

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

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

border-color css

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

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

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