Html Css Color HEX #F09B96 Sweet Pink

📋 copy color: '#F09B96'

red 240 ◦ green 155 ◦ blue 150

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

Shades of Sweet Pink #F09B96

Tints of Sweet Pink #F09B96

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.44%

 BLUE value IS 150 (58.98% from 255) = 27.52%

R = 44.04%
G = 28.44%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F09B96 (or 0xF09B96) is known color: Sweet Pink. HEX triplet: F0, 9B and 96. RGB value is (240,155,150). Sum of RGB (Red+Green+Blue) = 240+155+150=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09B96 is #0F6469. Grayscale: #B3B3B3. Windows color (decimal): -1008746 or 9870320. OLE color: 9870320.

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

Color convert

RGB 240 155 150 -
CMYK 0 0.35 0.37 0.06
HSL 3.33º 0.75% 0.76% -
HSV(B) 3.33º 0.38% 0.94% -
XYZ 53.16 44.17 34.58 -
YUV 179.85 111.16 170.91 -
System Red Green Blue C M Y K H S L
Decimal 240 155 150 0 0.35 0.37 0.06 3.33 0.75 0.76
Hex F0 9B 96 0 23 25 6 3 4B 4C
Octal 360 233 226 0 43 45 6 3 113 114
Binary 11110000 10011011 10010110 0 100011 100101 110 11 1001011 1001100

Color Harmonies of #F09B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09B96

Black with #F09B96

Text Example


Text Example

White with #F09B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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