Html Css Color HEX #F09595 Sweet Pink

📋 copy color: '#F09595'

red 240 ◦ green 149 ◦ blue 149

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

Shades of Sweet Pink #F09595

Tints of Sweet Pink #F09595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 44.61%
G = 27.7%
B = 27.7%

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

#F09595 (or 0xF09595) is known color: Sweet Pink. HEX triplet: F0, 95 and 95. RGB value is (240,149,149). Sum of RGB (Red+Green+Blue) = 240+149+149=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F09595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09595 is #0F6A6A. Grayscale: #B0B0B0. Windows color (decimal): -1010283 or 9803248. OLE color: 9803248.

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

Color convert

RGB 240 149 149 -
CMYK 0 0.38 0.38 0.06
HSL 0.75% 0.76% -
HSV(B) 0.38% 0.94% -
XYZ 52.11 42.19 33.83 -
YUV 176.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 240 149 149 0 0.38 0.38 0.06 0 0.75 0.76
Hex F0 95 95 0 26 26 6 0 4B 4C
Octal 360 225 225 0 46 46 6 0 113 114
Binary 11110000 10010101 10010101 0 100110 100110 110 0 1001011 1001100

Color Harmonies of #F09595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09595

Black with #F09595

Text Example


Text Example

White with #F09595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09595; }

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

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

background-color css

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

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

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

border-color css

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

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

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