Html Css Color HEX #F09C96 Sweet Pink

📋 copy color: '#F09C96'

red 240 ◦ green 156 ◦ blue 150

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

Shades of Sweet Pink #F09C96

Tints of Sweet Pink #F09C96

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.57%

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

R = 43.96%
G = 28.57%
B = 27.47%

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

#F09C96 (or 0xF09C96) is known color: Sweet Pink. HEX triplet: F0, 9C and 96. RGB value is (240,156,150). Sum of RGB (Red+Green+Blue) = 240+156+150=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09C96 is #0F6369. Grayscale: #B4B4B4. Windows color (decimal): -1008490 or 9870576. OLE color: 9870576.

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

Color convert

RGB 240 156 150 -
CMYK 0 0.35 0.37 0.06
HSL 0.75% 0.76% -
HSV(B) 0.38% 0.94% -
XYZ 53.33 44.5 34.63 -
YUV 180.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 240 156 150 0 0.35 0.37 0.06 4 0.75 0.76
Hex F0 9C 96 0 23 25 6 4 4B 4C
Octal 360 234 226 0 43 45 6 4 113 114
Binary 11110000 10011100 10010110 0 100011 100101 110 100 1001011 1001100

Color Harmonies of #F09C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09C96

Black with #F09C96

Text Example


Text Example

White with #F09C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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