Html Css Color HEX #F89F9E Rose Bud

📋 copy color: '#F89F9E'

red 248 ◦ green 159 ◦ blue 158

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

Shades of Rose Bud #F89F9E

Tints of Rose Bud #F89F9E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.14%

 BLUE value IS 158 (62.11% from 255) = 27.96%

R = 43.89%
G = 28.14%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F89F9E (or 0xF89F9E) is known color: Rose Bud. HEX triplet: F8, 9F and 9E. RGB value is (248,159,158). Sum of RGB (Red+Green+Blue) = 248+159+158=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89F9E is #076061. Grayscale: #B9B9B9. Windows color (decimal): -483426 or 10395640. OLE color: 10395640.

HSL color Cylindrical-coordinate representation of color #F89F9E: hue angle of 0.67º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F89F9E is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 159 158 -
CMYK 0 0.36 0.36 0.03
HSL 0.67º 0.87% 0.8% -
HSV(B) 0.67º 0.36% 0.97% -
XYZ 57.28 47.22 38.44 -
YUV 185.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 248 159 158 0 0.36 0.36 0.03 0.67 0.87 0.8
Hex F8 9F 9E 0 24 24 3 1 57 50
Octal 370 237 236 0 44 44 3 1 127 120
Binary 11111000 10011111 10011110 0 100100 100100 11 1 1010111 1010000

Color Harmonies of #F89F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89F9E

Black with #F89F9E

Text Example


Text Example

White with #F89F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89F9E; }

 p { color: rgb(248,159,158); }

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

background-color css

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

 a { background-color: rgb(248,159,158); }

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

border-color css

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

 span { border-color: rgb(248,159,158); }

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