Html Css Color HEX #F2A592 Rose Bud

📋 copy color: '#F2A592'

red 242 ◦ green 165 ◦ blue 146

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

Shades of Rose Bud #F2A592

Tints of Rose Bud #F2A592

RGB

 RED value IS 242 (94.92% from 255) = 43.76%

 GREEN value IS 165 (64.84% from 255) = 29.84%

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

R = 43.76%
G = 29.84%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2A592 (or 0xF2A592) is known color: Rose Bud. HEX triplet: F2, A5 and 92. RGB value is (242,165,146). Sum of RGB (Red+Green+Blue) = 242+165+146=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A592 is #0D5A6D. Grayscale: #BABABA. Windows color (decimal): -875118 or 9610738. OLE color: 9610738.

HSL color Cylindrical-coordinate representation of color #F2A592: hue angle of 11.88º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2A592 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 165 146 -
CMYK 0 0.32 0.40 0.05
HSL 11.88º 0.79% 0.76% -
HSV(B) 11.88º 0.4% 0.95% -
XYZ 55.26 47.86 33.52 -
YUV 185.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 242 165 146 0 0.32 0.40 0.05 11.88 0.79 0.76
Hex F2 A5 92 0 20 28 5 C 4F 4C
Octal 362 245 222 0 40 50 5 14 117 114
Binary 11110010 10100101 10010010 0 100000 101000 101 1100 1001111 1001100

Color Harmonies of #F2A592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A592

Black with #F2A592

Text Example


Text Example

White with #F2A592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A592; }

 p { color: rgb(242,165,146); }

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

background-color css

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

 a { background-color: rgb(242,165,146); }

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

border-color css

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

 span { border-color: rgb(242,165,146); }

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