Html Css Color HEX #F6A990 Rose Bud

📋 copy color: '#F6A990'

red 246 ◦ green 169 ◦ blue 144

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

Shades of Rose Bud #F6A990

Tints of Rose Bud #F6A990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.23%

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

R = 44.01%
G = 30.23%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F6A990 (or 0xF6A990) is known color: Rose Bud. HEX triplet: F6, A9 and 90. RGB value is (246,169,144). Sum of RGB (Red+Green+Blue) = 246+169+144=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A990 is #09566F. Grayscale: #BDBDBD. Windows color (decimal): -611952 or 9480694. OLE color: 9480694.

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

Color convert

RGB 246 169 144 -
CMYK 0 0.31 0.41 0.04
HSL 14.71º 0.85% 0.76% -
HSV(B) 14.71º 0.41% 0.96% -
XYZ 57.23 49.98 33.02 -
YUV 189.17 102.51 168.53 -
System Red Green Blue C M Y K H S L
Decimal 246 169 144 0 0.31 0.41 0.04 14.71 0.85 0.76
Hex F6 A9 90 0 1F 29 4 F 55 4C
Octal 366 251 220 0 37 51 4 17 125 114
Binary 11110110 10101001 10010000 0 11111 101001 100 1111 1010101 1001100

Color Harmonies of #F6A990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A990

Black with #F6A990

Text Example


Text Example

White with #F6A990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A990; }

 p { color: rgb(246,169,144); }

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

background-color css

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

 a { background-color: rgb(246,169,144); }

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

border-color css

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

 span { border-color: rgb(246,169,144); }

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