Html Css Color HEX #F5A492 Rose Bud

📋 copy color: '#F5A492'

red 245 ◦ green 164 ◦ blue 146

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

Shades of Rose Bud #F5A492

Tints of Rose Bud #F5A492

RGB

 RED value IS 245 (96.09% from 255) = 44.14%

 GREEN value IS 164 (64.45% from 255) = 29.55%

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

R = 44.14%
G = 29.55%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F5A492 (or 0xF5A492) is known color: Rose Bud. HEX triplet: F5, A4 and 92. RGB value is (245,164,146). Sum of RGB (Red+Green+Blue) = 245+164+146=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A492 is #0A5B6D. Grayscale: #BABABA. Windows color (decimal): -678766 or 9610485. OLE color: 9610485.

HSL color Cylindrical-coordinate representation of color #F5A492: hue angle of 10.91º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5A492 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 164 146 -
CMYK 0 0.33 0.40 0.04
HSL 10.91º 0.83% 0.77% -
HSV(B) 10.91º 0.4% 0.96% -
XYZ 56.12 48.04 33.51 -
YUV 186.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 245 164 146 0 0.33 0.40 0.04 10.91 0.83 0.77
Hex F5 A4 92 0 21 28 4 B 53 4D
Octal 365 244 222 0 41 50 4 13 123 115
Binary 11110101 10100100 10010010 0 100001 101000 100 1011 1010011 1001101

Color Harmonies of #F5A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A492

Black with #F5A492

Text Example


Text Example

White with #F5A492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A492; }

 p { color: rgb(245,164,146); }

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

background-color css

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

 a { background-color: rgb(245,164,146); }

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

border-color css

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

 span { border-color: rgb(245,164,146); }

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