Html Css Color HEX #F2A19B Rose Bud

📋 copy color: '#F2A19B'

red 242 ◦ green 161 ◦ blue 155

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

Shades of Rose Bud #F2A19B

Tints of Rose Bud #F2A19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.85%

 BLUE value IS 155 (60.94% from 255) = 27.78%

R = 43.37%
G = 28.85%
B = 27.78%

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

#F2A19B (or 0xF2A19B) is known color: Rose Bud. HEX triplet: F2, A1 and 9B. RGB value is (242,161,155). Sum of RGB (Red+Green+Blue) = 242+161+155=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A19B is #0D5E64. Grayscale: #B8B8B8. Windows color (decimal): -876133 or 10199538. OLE color: 10199538.

HSL color Cylindrical-coordinate representation of color #F2A19B: hue angle of 4.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 #F2A19B is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 161 155 -
CMYK 0 0.33 0.36 0.05
HSL 4.14º 0.77% 0.78% -
HSV(B) 4.14º 0.36% 0.95% -
XYZ 55.28 46.73 37.12 -
YUV 184.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 242 161 155 0 0.33 0.36 0.05 4.14 0.77 0.78
Hex F2 A1 9B 0 21 24 5 4 4D 4E
Octal 362 241 233 0 41 44 5 4 115 116
Binary 11110010 10100001 10011011 0 100001 100100 101 100 1001101 1001110

Color Harmonies of #F2A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A19B

Black with #F2A19B

Text Example


Text Example

White with #F2A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A19B; }

 p { color: rgb(242,161,155); }

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

background-color css

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

 a { background-color: rgb(242,161,155); }

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

border-color css

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

 span { border-color: rgb(242,161,155); }

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