Html Css Color HEX #F98D8C Sweet Pink

📋 copy color: '#F98D8C'

red 249 ◦ green 141 ◦ blue 140

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

Shades of Sweet Pink #F98D8C

Tints of Sweet Pink #F98D8C

RGB

 RED value IS 249 (97.66% from 255) = 46.98%

 GREEN value IS 141 (55.47% from 255) = 26.6%

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

R = 46.98%
G = 26.6%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F98D8C (or 0xF98D8C) is known color: Sweet Pink. HEX triplet: F9, 8D and 8C. RGB value is (249,141,140). Sum of RGB (Red+Green+Blue) = 249+141+140=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98D8C is #067273. Grayscale: #ADADAD. Windows color (decimal): -422516 or 9211385. OLE color: 9211385.

HSL color Cylindrical-coordinate representation of color #F98D8C: hue angle of 0.55º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98D8C is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 141 140 -
CMYK 0 0.43 0.44 0.02
HSL 0.55º 0.9% 0.76% -
HSV(B) 0.55º 0.44% 0.98% -
XYZ 53.33 41.08 29.93 -
YUV 173.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 249 141 140 0 0.43 0.44 0.02 0.55 0.9 0.76
Hex F9 8D 8C 0 2B 2C 2 1 5A 4C
Octal 371 215 214 0 53 54 2 1 132 114
Binary 11111001 10001101 10001100 0 101011 101100 10 1 1011010 1001100

Color Harmonies of #F98D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98D8C

Black with #F98D8C

Text Example


Text Example

White with #F98D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98D8C; }

 p { color: rgb(249,141,140); }

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

background-color css

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

 a { background-color: rgb(249,141,140); }

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

border-color css

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

 span { border-color: rgb(249,141,140); }

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