Html Css Color HEX #F0988B Sweet Pink

📋 copy color: '#F0988B'

red 240 ◦ green 152 ◦ blue 139

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

Shades of Sweet Pink #F0988B

Tints of Sweet Pink #F0988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.63%

 BLUE value IS 139 (54.69% from 255) = 26.18%

R = 45.2%
G = 28.63%
B = 26.18%

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

#F0988B (or 0xF0988B) is known color: Sweet Pink. HEX triplet: F0, 98 and 8B. RGB value is (240,152,139). Sum of RGB (Red+Green+Blue) = 240+152+139=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0988B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0988B is #0F6774. Grayscale: #B0B0B0. Windows color (decimal): -1009525 or 9148656. OLE color: 9148656.

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

Color convert

RGB 240 152 139 -
CMYK 0 0.37 0.42 0.06
HSL 7.72º 0.77% 0.74% -
HSV(B) 7.72º 0.42% 0.94% -
XYZ 51.82 42.85 29.96 -
YUV 176.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 240 152 139 0 0.37 0.42 0.06 7.72 0.77 0.74
Hex F0 98 8B 0 25 2A 6 8 4D 4A
Octal 360 230 213 0 45 52 6 10 115 112
Binary 11110000 10011000 10001011 0 100101 101010 110 1000 1001101 1001010

Color Harmonies of #F0988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0988B

Black with #F0988B

Text Example


Text Example

White with #F0988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0988B; }

 p { color: rgb(240,152,139); }

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

background-color css

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

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

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

border-color css

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

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

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