Html Css Color HEX #F89995 Sweet Pink

📋 copy color: '#F89995'

red 248 ◦ green 153 ◦ blue 149

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

Shades of Sweet Pink #F89995

Tints of Sweet Pink #F89995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.09%

R = 45.09%
G = 27.82%
B = 27.09%

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

#F89995 (or 0xF89995) is known color: Sweet Pink. HEX triplet: F8, 99 and 95. RGB value is (248,153,149). Sum of RGB (Red+Green+Blue) = 248+153+149=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F89995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89995 is #07666A. Grayscale: #B5B5B5. Windows color (decimal): -484971 or 9804280. OLE color: 9804280.

HSL color Cylindrical-coordinate representation of color #F89995: hue angle of 2.42º 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 #F89995 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 153 149 -
CMYK 0 0.38 0.40 0.03
HSL 2.42º 0.88% 0.78% -
HSV(B) 2.42º 0.4% 0.97% -
XYZ 55.53 44.91 34.18 -
YUV 180.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 248 153 149 0 0.38 0.40 0.03 2.42 0.88 0.78
Hex F8 99 95 0 26 28 3 2 58 4E
Octal 370 231 225 0 46 50 3 2 130 116
Binary 11111000 10011001 10010101 0 100110 101000 11 10 1011000 1001110

Color Harmonies of #F89995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89995

Black with #F89995

Text Example


Text Example

White with #F89995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89995; }

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

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

background-color css

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

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

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

border-color css

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

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

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