Html Css Color HEX #F59A94 Sweet Pink

📋 copy color: '#F59A94'

red 245 ◦ green 154 ◦ blue 148

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

Shades of Sweet Pink #F59A94

Tints of Sweet Pink #F59A94

RGB

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

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

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

R = 44.79%
G = 28.15%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F59A94 (or 0xF59A94) is known color: Sweet Pink. HEX triplet: F5, 9A and 94. RGB value is (245,154,148). Sum of RGB (Red+Green+Blue) = 245+154+148=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59A94 is #0A656B. Grayscale: #B4B4B4. Windows color (decimal): -681324 or 9738997. OLE color: 9738997.

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

Color convert

RGB 245 154 148 -
CMYK 0 0.37 0.40 0.04
HSL 3.71º 0.83% 0.77% -
HSV(B) 3.71º 0.4% 0.96% -
XYZ 54.56 44.66 33.76 -
YUV 180.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 245 154 148 0 0.37 0.40 0.04 3.71 0.83 0.77
Hex F5 9A 94 0 25 28 4 4 53 4D
Octal 365 232 224 0 45 50 4 4 123 115
Binary 11110101 10011010 10010100 0 100101 101000 100 100 1010011 1001101

Color Harmonies of #F59A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59A94

Black with #F59A94

Text Example


Text Example

White with #F59A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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