Html Css Color HEX #F09594 Sweet Pink

📋 copy color: '#F09594'

red 240 ◦ green 149 ◦ blue 148

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

Shades of Sweet Pink #F09594

Tints of Sweet Pink #F09594

RGB

 RED value IS 240 (94.14% from 255) = 44.69%

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

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

R = 44.69%
G = 27.75%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F09594 (or 0xF09594) is known color: Sweet Pink. HEX triplet: F0, 95 and 94. RGB value is (240,149,148). Sum of RGB (Red+Green+Blue) = 240+149+148=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F09594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09594 is #0F6A6B. Grayscale: #B0B0B0. Windows color (decimal): -1010284 or 9737712. OLE color: 9737712.

HSL color Cylindrical-coordinate representation of color #F09594: hue angle of 0.65º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F09594 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 148 -
CMYK 0 0.38 0.38 0.06
HSL 0.65º 0.75% 0.76% -
HSV(B) 0.65º 0.38% 0.94% -
XYZ 52.03 42.16 33.41 -
YUV 176.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 240 149 148 0 0.38 0.38 0.06 0.65 0.75 0.76
Hex F0 95 94 0 26 26 6 1 4B 4C
Octal 360 225 224 0 46 46 6 1 113 114
Binary 11110000 10010101 10010100 0 100110 100110 110 1 1001011 1001100

Color Harmonies of #F09594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09594

Black with #F09594

Text Example


Text Example

White with #F09594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09594; }

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

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

background-color css

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

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

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

border-color css

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

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

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