Html Css Color HEX #F8A192 Rose Bud

📋 copy color: '#F8A192'

red 248 ◦ green 161 ◦ blue 146

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

Shades of Rose Bud #F8A192

Tints of Rose Bud #F8A192

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.01%

 BLUE value IS 146 (57.42% from 255) = 26.31%

R = 44.68%
G = 29.01%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F8A192 (or 0xF8A192) is known color: Rose Bud. HEX triplet: F8, A1 and 92. RGB value is (248,161,146). Sum of RGB (Red+Green+Blue) = 248+161+146=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A192 is #075E6D. Grayscale: #B9B9B9. Windows color (decimal): -482926 or 9609720. OLE color: 9609720.

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

Color convert

RGB 248 161 146 -
CMYK 0 0.35 0.41 0.03
HSL 8.82º 0.88% 0.77% -
HSV(B) 8.82º 0.41% 0.97% -
XYZ 56.64 47.52 33.38 -
YUV 185.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 248 161 146 0 0.35 0.41 0.03 8.82 0.88 0.77
Hex F8 A1 92 0 23 29 3 9 58 4D
Octal 370 241 222 0 43 51 3 11 130 115
Binary 11111000 10100001 10010010 0 100011 101001 11 1001 1011000 1001101

Color Harmonies of #F8A192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A192

Black with #F8A192

Text Example


Text Example

White with #F8A192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A192; }

 p { color: rgb(248,161,146); }

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

background-color css

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

 a { background-color: rgb(248,161,146); }

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

border-color css

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

 span { border-color: rgb(248,161,146); }

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