Html Css Color HEX #F59594 Sweet Pink

📋 copy color: '#F59594'

red 245 ◦ green 149 ◦ blue 148

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

Shades of Sweet Pink #F59594

Tints of Sweet Pink #F59594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.49%

 BLUE value IS 148 (58.2% from 255) = 27.31%

R = 45.2%
G = 27.49%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F59594 (or 0xF59594) is known color: Sweet Pink. HEX triplet: F5, 95 and 94. RGB value is (245,149,148). Sum of RGB (Red+Green+Blue) = 245+149+148=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F59594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59594 is #0A6A6B. Grayscale: #B1B1B1. Windows color (decimal): -682604 or 9737717. OLE color: 9737717.

HSL color Cylindrical-coordinate representation of color #F59594: hue angle of 0.62º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F59594 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 149 148 -
CMYK 0 0.39 0.40 0.04
HSL 0.62º 0.83% 0.77% -
HSV(B) 0.62º 0.4% 0.96% -
XYZ 53.75 43.05 33.49 -
YUV 177.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 245 149 148 0 0.39 0.40 0.04 0.62 0.83 0.77
Hex F5 95 94 0 27 28 4 1 53 4D
Octal 365 225 224 0 47 50 4 1 123 115
Binary 11110101 10010101 10010100 0 100111 101000 100 1 1010011 1001101

Color Harmonies of #F59594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59594

Black with #F59594

Text Example


Text Example

White with #F59594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59594; }

 p { color: rgb(245,149,148); }

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

background-color css

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

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

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

border-color css

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

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

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