Html Css Color HEX #F09695 Sweet Pink

📋 copy color: '#F09695'

red 240 ◦ green 150 ◦ blue 149

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

Shades of Sweet Pink #F09695

Tints of Sweet Pink #F09695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.83%

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

R = 44.53%
G = 27.83%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F09695 (or 0xF09695) is known color: Sweet Pink. HEX triplet: F0, 96 and 95. RGB value is (240,150,149). Sum of RGB (Red+Green+Blue) = 240+150+149=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F09695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09695 is #0F696A. Grayscale: #B0B0B0. Windows color (decimal): -1010027 or 9803504. OLE color: 9803504.

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

Color convert

RGB 240 150 149 -
CMYK 0 0.37 0.38 0.06
HSL 0.66º 0.75% 0.76% -
HSV(B) 0.66º 0.38% 0.94% -
XYZ 52.27 42.51 33.88 -
YUV 176.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 240 150 149 0 0.37 0.38 0.06 0.66 0.75 0.76
Hex F0 96 95 0 25 26 6 1 4B 4C
Octal 360 226 225 0 45 46 6 1 113 114
Binary 11110000 10010110 10010101 0 100101 100110 110 1 1001011 1001100

Color Harmonies of #F09695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09695

Black with #F09695

Text Example


Text Example

White with #F09695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09695; }

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

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

background-color css

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

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

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

border-color css

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

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

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