Html Css Color HEX #F2A792 Rose Bud

📋 copy color: '#F2A792'

red 242 ◦ green 167 ◦ blue 146

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

Shades of Rose Bud #F2A792

Tints of Rose Bud #F2A792

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.09%

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

R = 43.6%
G = 30.09%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2A792 (or 0xF2A792) is known color: Rose Bud. HEX triplet: F2, A7 and 92. RGB value is (242,167,146). Sum of RGB (Red+Green+Blue) = 242+167+146=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A792 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A792 is #0D586D. Grayscale: #BBBBBB. Windows color (decimal): -874606 or 9611250. OLE color: 9611250.

HSL color Cylindrical-coordinate representation of color #F2A792: hue angle of 13.12º 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 #F2A792 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 167 146 -
CMYK 0 0.31 0.40 0.05
HSL 13.13º 0.79% 0.76% -
HSV(B) 13.13º 0.4% 0.95% -
XYZ 55.62 48.59 33.64 -
YUV 187.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 242 167 146 0 0.31 0.40 0.05 13.13 0.79 0.76
Hex F2 A7 92 0 1F 28 5 D 4F 4C
Octal 362 247 222 0 37 50 5 15 117 114
Binary 11110010 10100111 10010010 0 11111 101000 101 1101 1001111 1001100

Color Harmonies of #F2A792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A792

Black with #F2A792

Text Example


Text Example

White with #F2A792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A792; }

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

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

background-color css

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

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

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

border-color css

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

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

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