Html Css Color HEX #F89994 Sweet Pink

📋 copy color: '#F89994'

red 248 ◦ green 153 ◦ blue 148

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

Shades of Sweet Pink #F89994

Tints of Sweet Pink #F89994

RGB

 RED value IS 248 (97.27% from 255) = 45.17%

 GREEN value IS 153 (60.16% from 255) = 27.87%

 BLUE value IS 148 (58.2% from 255) = 26.96%

R = 45.17%
G = 27.87%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F89994 (or 0xF89994) is known color: Sweet Pink. HEX triplet: F8, 99 and 94. RGB value is (248,153,148). Sum of RGB (Red+Green+Blue) = 248+153+148=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F89994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89994 is #07666B. Grayscale: #B4B4B4. Windows color (decimal): -484972 or 9738744. OLE color: 9738744.

HSL color Cylindrical-coordinate representation of color #F89994: hue angle of 3º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F89994 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 153 148 -
CMYK 0 0.38 0.40 0.03
HSL 0.88% 0.78% -
HSV(B) 0.4% 0.97% -
XYZ 55.45 44.88 33.76 -
YUV 180.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 248 153 148 0 0.38 0.40 0.03 3 0.88 0.78
Hex F8 99 94 0 26 28 3 3 58 4E
Octal 370 231 224 0 46 50 3 3 130 116
Binary 11111000 10011001 10010100 0 100110 101000 11 11 1011000 1001110

Color Harmonies of #F89994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89994

Black with #F89994

Text Example


Text Example

White with #F89994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89994; }

 p { color: rgb(248,153,148); }

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

background-color css

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

 a { background-color: rgb(248,153,148); }

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

border-color css

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

 span { border-color: rgb(248,153,148); }

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