Html Css Color HEX #F2A69A Rose Bud

📋 copy color: '#F2A69A'

red 242 ◦ green 166 ◦ blue 154

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

Shades of Rose Bud #F2A69A

Tints of Rose Bud #F2A69A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.54%

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

R = 43.06%
G = 29.54%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2A69A (or 0xF2A69A) is known color: Rose Bud. HEX triplet: F2, A6 and 9A. RGB value is (242,166,154). Sum of RGB (Red+Green+Blue) = 242+166+154=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A69A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A69A is #0D5965. Grayscale: #BBBBBB. Windows color (decimal): -874854 or 10135282. OLE color: 10135282.

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

Color convert

RGB 242 166 154 -
CMYK 0 0.31 0.36 0.05
HSL 8.18º 0.77% 0.78% -
HSV(B) 8.18º 0.36% 0.95% -
XYZ 56.09 48.48 36.97 -
YUV 187.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 242 166 154 0 0.31 0.36 0.05 8.18 0.77 0.78
Hex F2 A6 9A 0 1F 24 5 8 4D 4E
Octal 362 246 232 0 37 44 5 10 115 116
Binary 11110010 10100110 10011010 0 11111 100100 101 1000 1001101 1001110

Color Harmonies of #F2A69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A69A

Black with #F2A69A

Text Example


Text Example

White with #F2A69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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