Html Css Color HEX #F2A092 Tonys Pink

📋 copy color: '#F2A092'

red 242 ◦ green 160 ◦ blue 146

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

Shades of Tonys Pink #F2A092

Tints of Tonys Pink #F2A092

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.2%

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

R = 44.16%
G = 29.2%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2A092 (or 0xF2A092) is known color: Tonys Pink. HEX triplet: F2, A0 and 92. RGB value is (242,160,146). Sum of RGB (Red+Green+Blue) = 242+160+146=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A092 is #0D5F6D. Grayscale: #B7B7B7. Windows color (decimal): -876398 or 9609458. OLE color: 9609458.

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

Color convert

RGB 242 160 146 -
CMYK 0 0.34 0.40 0.05
HSL 8.75º 0.79% 0.76% -
HSV(B) 8.75º 0.4% 0.95% -
XYZ 54.38 46.09 33.23 -
YUV 182.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 242 160 146 0 0.34 0.40 0.05 8.75 0.79 0.76
Hex F2 A0 92 0 22 28 5 9 4F 4C
Octal 362 240 222 0 42 50 5 11 117 114
Binary 11110010 10100000 10010010 0 100010 101000 101 1001 1001111 1001100

Color Harmonies of #F2A092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A092

Black with #F2A092

Text Example


Text Example

White with #F2A092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A092; }

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

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

background-color css

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

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

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

border-color css

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

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

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