Html Css Color HEX #F59290 Sweet Pink

📋 copy color: '#F59290'

red 245 ◦ green 146 ◦ blue 144

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

Shades of Sweet Pink #F59290

Tints of Sweet Pink #F59290

RGB

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

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

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

R = 45.79%
G = 27.29%
B = 26.92%

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

#F59290 (or 0xF59290) is known color: Sweet Pink. HEX triplet: F5, 92 and 90. RGB value is (245,146,144). Sum of RGB (Red+Green+Blue) = 245+146+144=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F59290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59290 is #0A6D6F. Grayscale: #AFAFAF. Windows color (decimal): -683376 or 9474805. OLE color: 9474805.

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

Color convert

RGB 245 146 144 -
CMYK 0 0.40 0.41 0.04
HSL 1.19º 0.83% 0.76% -
HSV(B) 1.19º 0.41% 0.96% -
XYZ 52.97 41.98 31.7 -
YUV 175.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 245 146 144 0 0.40 0.41 0.04 1.19 0.83 0.76
Hex F5 92 90 0 28 29 4 1 53 4C
Octal 365 222 220 0 50 51 4 1 123 114
Binary 11110101 10010010 10010000 0 101000 101001 100 1 1010011 1001100

Color Harmonies of #F59290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59290

Black with #F59290

Text Example


Text Example

White with #F59290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59290; }

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

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

background-color css

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

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

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

border-color css

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

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

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