Html Css Color HEX #F0968C Sweet Pink

📋 copy color: '#F0968C'

red 240 ◦ green 150 ◦ blue 140

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

Shades of Sweet Pink #F0968C

Tints of Sweet Pink #F0968C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.42%

R = 45.28%
G = 28.3%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0968C (or 0xF0968C) is known color: Sweet Pink. HEX triplet: F0, 96 and 8C. RGB value is (240,150,140). Sum of RGB (Red+Green+Blue) = 240+150+140=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0968C is #0F6973. Grayscale: #AFAFAF. Windows color (decimal): -1010036 or 9213680. OLE color: 9213680.

HSL color Cylindrical-coordinate representation of color #F0968C: hue angle of 6º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0968C is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 150 140 -
CMYK 0 0.37 0.42 0.06
HSL 0.77% 0.75% -
HSV(B) 0.42% 0.94% -
XYZ 51.58 42.23 30.24 -
YUV 175.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 240 150 140 0 0.37 0.42 0.06 6 0.77 0.75
Hex F0 96 8C 0 25 2A 6 6 4D 4B
Octal 360 226 214 0 45 52 6 6 115 113
Binary 11110000 10010110 10001100 0 100101 101010 110 110 1001101 1001011

Color Harmonies of #F0968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0968C

Black with #F0968C

Text Example


Text Example

White with #F0968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0968C; }

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

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

background-color css

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

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

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

border-color css

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

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

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