Html Css Color HEX #F4A992 Rose Bud

📋 copy color: '#F4A992'

red 244 ◦ green 169 ◦ blue 146

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

Shades of Rose Bud #F4A992

Tints of Rose Bud #F4A992

RGB

 RED value IS 244 (95.7% from 255) = 43.65%

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

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

R = 43.65%
G = 30.23%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F4A992 (or 0xF4A992) is known color: Rose Bud. HEX triplet: F4, A9 and 92. RGB value is (244,169,146). Sum of RGB (Red+Green+Blue) = 244+169+146=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A992 is #0B566D. Grayscale: #BCBCBC. Windows color (decimal): -743022 or 9611764. OLE color: 9611764.

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

Color convert

RGB 244 169 146 -
CMYK 0 0.31 0.40 0.04
HSL 14.08º 0.82% 0.76% -
HSV(B) 14.08º 0.4% 0.96% -
XYZ 56.68 49.68 33.8 -
YUV 188.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 244 169 146 0 0.31 0.40 0.04 14.08 0.82 0.76
Hex F4 A9 92 0 1F 28 4 E 52 4C
Octal 364 251 222 0 37 50 4 16 122 114
Binary 11110100 10101001 10010010 0 11111 101000 100 1110 1010010 1001100

Color Harmonies of #F4A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A992

Black with #F4A992

Text Example


Text Example

White with #F4A992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A992; }

 p { color: rgb(244,169,146); }

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

background-color css

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

 a { background-color: rgb(244,169,146); }

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

border-color css

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

 span { border-color: rgb(244,169,146); }

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