Html Css Color HEX #F2A39A Rose Bud

📋 copy color: '#F2A39A'

red 242 ◦ green 163 ◦ blue 154

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

Shades of Rose Bud #F2A39A

Tints of Rose Bud #F2A39A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.16%

 BLUE value IS 154 (60.55% from 255) = 27.55%

R = 43.29%
G = 29.16%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2A39A (or 0xF2A39A) is known color: Rose Bud. HEX triplet: F2, A3 and 9A. RGB value is (242,163,154). Sum of RGB (Red+Green+Blue) = 242+163+154=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A39A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A39A is #0D5C65. Grayscale: #B9B9B9. Windows color (decimal): -875622 or 10134514. OLE color: 10134514.

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

Color convert

RGB 242 163 154 -
CMYK 0 0.33 0.36 0.05
HSL 6.14º 0.77% 0.78% -
HSV(B) 6.14º 0.36% 0.95% -
XYZ 55.55 47.4 36.79 -
YUV 185.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 242 163 154 0 0.33 0.36 0.05 6.14 0.77 0.78
Hex F2 A3 9A 0 21 24 5 6 4D 4E
Octal 362 243 232 0 41 44 5 6 115 116
Binary 11110010 10100011 10011010 0 100001 100100 101 110 1001101 1001110

Color Harmonies of #F2A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A39A

Black with #F2A39A

Text Example


Text Example

White with #F2A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A39A; }

 p { color: rgb(242,163,154); }

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

background-color css

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

 a { background-color: rgb(242,163,154); }

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

border-color css

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

 span { border-color: rgb(242,163,154); }

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