Html Css Color HEX #F6A192 Rose Bud

📋 copy color: '#F6A192'

red 246 ◦ green 161 ◦ blue 146

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

Shades of Rose Bud #F6A192

Tints of Rose Bud #F6A192

RGB

 RED value IS 246 (96.48% from 255) = 44.48%

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

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

R = 44.48%
G = 29.11%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F6A192 (or 0xF6A192) is known color: Rose Bud. HEX triplet: F6, A1 and 92. RGB value is (246,161,146). Sum of RGB (Red+Green+Blue) = 246+161+146=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A192 is #095E6D. Grayscale: #B8B8B8. Windows color (decimal): -613998 or 9609718. OLE color: 9609718.

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

Color convert

RGB 246 161 146 -
CMYK 0 0.35 0.41 0.04
HSL 0.85% 0.77% -
HSV(B) 0.41% 0.96% -
XYZ 55.94 47.16 33.35 -
YUV 184.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 246 161 146 0 0.35 0.41 0.04 9 0.85 0.77
Hex F6 A1 92 0 23 29 4 9 55 4D
Octal 366 241 222 0 43 51 4 11 125 115
Binary 11110110 10100001 10010010 0 100011 101001 100 1001 1010101 1001101

Color Harmonies of #F6A192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A192

Black with #F6A192

Text Example


Text Example

White with #F6A192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A192; }

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

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

background-color css

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

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

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

border-color css

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

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

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