Html Css Color HEX #F98D8D Sweet Pink

📋 copy color: '#F98D8D'

red 249 ◦ green 141 ◦ blue 141

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

Shades of Sweet Pink #F98D8D

Tints of Sweet Pink #F98D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.55%

R = 46.89%
G = 26.55%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F98D8D (or 0xF98D8D) is known color: Sweet Pink. HEX triplet: F9, 8D and 8D. RGB value is (249,141,141). Sum of RGB (Red+Green+Blue) = 249+141+141=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98D8D is #067272. Grayscale: #ADADAD. Windows color (decimal): -422515 or 9276921. OLE color: 9276921.

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

Color convert

RGB 249 141 141 -
CMYK 0 0.43 0.43 0.02
HSL 0.9% 0.76% -
HSV(B) 0.43% 0.98% -
XYZ 53.4 41.11 30.32 -
YUV 173.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 249 141 141 0 0.43 0.43 0.02 0 0.9 0.76
Hex F9 8D 8D 0 2B 2B 2 0 5A 4C
Octal 371 215 215 0 53 53 2 0 132 114
Binary 11111001 10001101 10001101 0 101011 101011 10 0 1011010 1001100

Color Harmonies of #F98D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98D8D

Black with #F98D8D

Text Example


Text Example

White with #F98D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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