Html Css Color HEX #F09696 Sweet Pink

📋 copy color: '#F09696'

red 240 ◦ green 150 ◦ blue 150

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

Shades of Sweet Pink #F09696

Tints of Sweet Pink #F09696

RGB

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

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

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

R = 44.44%
G = 27.78%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F09696 (or 0xF09696) is known color: Sweet Pink. HEX triplet: F0, 96 and 96. RGB value is (240,150,150). Sum of RGB (Red+Green+Blue) = 240+150+150=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F09696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09696 is #0F6969. Grayscale: #B1B1B1. Windows color (decimal): -1010026 or 9869040. OLE color: 9869040.

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

Color convert

RGB 240 150 150 -
CMYK 0 0.37 0.37 0.06
HSL 0.75% 0.76% -
HSV(B) 0.38% 0.94% -
XYZ 52.35 42.54 34.31 -
YUV 176.91 112.82 173 -
System Red Green Blue C M Y K H S L
Decimal 240 150 150 0 0.37 0.37 0.06 0 0.75 0.76
Hex F0 96 96 0 25 25 6 0 4B 4C
Octal 360 226 226 0 45 45 6 0 113 114
Binary 11110000 10010110 10010110 0 100101 100101 110 0 1001011 1001100

Color Harmonies of #F09696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09696

Black with #F09696

Text Example


Text Example

White with #F09696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09696; }

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

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

background-color css

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

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

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

border-color css

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

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

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