Html Css Color HEX #F89690 Sweet Pink

📋 copy color: '#F89690'

red 248 ◦ green 150 ◦ blue 144

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

Shades of Sweet Pink #F89690

Tints of Sweet Pink #F89690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.68%

 BLUE value IS 144 (56.64% from 255) = 26.57%

R = 45.76%
G = 27.68%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F89690 (or 0xF89690) is known color: Sweet Pink. HEX triplet: F8, 96 and 90. RGB value is (248,150,144). Sum of RGB (Red+Green+Blue) = 248+150+144=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F89690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89690 is #07696F. Grayscale: #B2B2B2. Windows color (decimal): -485744 or 9475832. OLE color: 9475832.

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

Color convert

RGB 248 150 144 -
CMYK 0 0.40 0.42 0.03
HSL 3.46º 0.88% 0.77% -
HSV(B) 3.46º 0.42% 0.97% -
XYZ 54.65 43.78 31.96 -
YUV 178.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 248 150 144 0 0.40 0.42 0.03 3.46 0.88 0.77
Hex F8 96 90 0 28 2A 3 3 58 4D
Octal 370 226 220 0 50 52 3 3 130 115
Binary 11111000 10010110 10010000 0 101000 101010 11 11 1011000 1001101

Color Harmonies of #F89690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89690

Black with #F89690

Text Example


Text Example

White with #F89690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89690; }

 p { color: rgb(248,150,144); }

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

background-color css

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

 a { background-color: rgb(248,150,144); }

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

border-color css

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

 span { border-color: rgb(248,150,144); }

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