Html Css Color HEX #F2A596 Rose Bud

📋 copy color: '#F2A596'

red 242 ◦ green 165 ◦ blue 150

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

Shades of Rose Bud #F2A596

Tints of Rose Bud #F2A596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.93%

R = 43.45%
G = 29.62%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F2A596 (or 0xF2A596) is known color: Rose Bud. HEX triplet: F2, A5 and 96. RGB value is (242,165,150). Sum of RGB (Red+Green+Blue) = 242+165+150=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A596 is #0D5A69. Grayscale: #BABABA. Windows color (decimal): -875114 or 9872882. OLE color: 9872882.

HSL color Cylindrical-coordinate representation of color #F2A596: hue angle of 9.78º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2A596 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 165 150 -
CMYK 0 0.32 0.38 0.05
HSL 9.78º 0.78% 0.77% -
HSV(B) 9.78º 0.38% 0.95% -
XYZ 55.58 47.99 35.19 -
YUV 186.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 242 165 150 0 0.32 0.38 0.05 9.78 0.78 0.77
Hex F2 A5 96 0 20 26 5 A 4E 4D
Octal 362 245 226 0 40 46 5 12 116 115
Binary 11110010 10100101 10010110 0 100000 100110 101 1010 1001110 1001101

Color Harmonies of #F2A596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A596

Black with #F2A596

Text Example


Text Example

White with #F2A596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A596; }

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

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

background-color css

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

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

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

border-color css

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

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

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