Html Css Color HEX #F59A9A Sweet Pink

📋 copy color: '#F59A9A'

red 245 ◦ green 154 ◦ blue 154

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

Shades of Sweet Pink #F59A9A

Tints of Sweet Pink #F59A9A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.85%

 BLUE value IS 154 (60.55% from 255) = 27.85%

R = 44.3%
G = 27.85%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F59A9A (or 0xF59A9A) is known color: Sweet Pink. HEX triplet: F5, 9A and 9A. RGB value is (245,154,154). Sum of RGB (Red+Green+Blue) = 245+154+154=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59A9A is #0A6565. Grayscale: #B5B5B5. Windows color (decimal): -681318 or 10132213. OLE color: 10132213.

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

Color convert

RGB 245 154 154 -
CMYK 0 0.37 0.37 0.04
HSL 0.82% 0.78% -
HSV(B) 0.37% 0.96% -
XYZ 55.04 44.86 36.33 -
YUV 181.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 245 154 154 0 0.37 0.37 0.04 0 0.82 0.78
Hex F5 9A 9A 0 25 25 4 0 52 4E
Octal 365 232 232 0 45 45 4 0 122 116
Binary 11110101 10011010 10011010 0 100101 100101 100 0 1010010 1001110

Color Harmonies of #F59A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59A9A

Black with #F59A9A

Text Example


Text Example

White with #F59A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59A9A; }

 p { color: rgb(245,154,154); }

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

background-color css

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

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

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

border-color css

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

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

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