Html Css Color HEX #F59286 Sweet Pink

📋 copy color: '#F59286'

red 245 ◦ green 146 ◦ blue 134

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

Shades of Sweet Pink #F59286

Tints of Sweet Pink #F59286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.52%

R = 46.67%
G = 27.81%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F59286 (or 0xF59286) is known color: Sweet Pink. HEX triplet: F5, 92 and 86. RGB value is (245,146,134). Sum of RGB (Red+Green+Blue) = 245+146+134=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F59286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59286 is #0A6D79. Grayscale: #AEAEAE. Windows color (decimal): -683386 or 8819445. OLE color: 8819445.

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

Color convert

RGB 245 146 134 -
CMYK 0 0.40 0.45 0.04
HSL 6.49º 0.85% 0.74% -
HSV(B) 6.49º 0.45% 0.96% -
XYZ 52.24 41.69 27.85 -
YUV 174.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 245 146 134 0 0.40 0.45 0.04 6.49 0.85 0.74
Hex F5 92 86 0 28 2D 4 6 55 4A
Octal 365 222 206 0 50 55 4 6 125 112
Binary 11110101 10010010 10000110 0 101000 101101 100 110 1010101 1001010

Color Harmonies of #F59286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59286

Black with #F59286

Text Example


Text Example

White with #F59286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59286; }

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

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

background-color css

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

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

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

border-color css

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

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

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