Html Css Color HEX #F1A292 Tonys Pink

📋 copy color: '#F1A292'

red 241 ◦ green 162 ◦ blue 146

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

Shades of Tonys Pink #F1A292

Tints of Tonys Pink #F1A292

RGB

 RED value IS 241 (94.53% from 255) = 43.9%

 GREEN value IS 162 (63.67% from 255) = 29.51%

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

R = 43.9%
G = 29.51%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F1A292 (or 0xF1A292) is known color: Tonys Pink. HEX triplet: F1, A2 and 92. RGB value is (241,162,146). Sum of RGB (Red+Green+Blue) = 241+162+146=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A292 is #0E5D6D. Grayscale: #B7B7B7. Windows color (decimal): -941422 or 9609969. OLE color: 9609969.

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

Color convert

RGB 241 162 146 -
CMYK 0 0.33 0.39 0.05
HSL 10.11º 0.77% 0.76% -
HSV(B) 10.11º 0.39% 0.95% -
XYZ 54.38 46.62 33.33 -
YUV 183.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 241 162 146 0 0.33 0.39 0.05 10.11 0.77 0.76
Hex F1 A2 92 0 21 27 5 A 4D 4C
Octal 361 242 222 0 41 47 5 12 115 114
Binary 11110001 10100010 10010010 0 100001 100111 101 1010 1001101 1001100

Color Harmonies of #F1A292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A292

Black with #F1A292

Text Example


Text Example

White with #F1A292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A292; }

 p { color: rgb(241,162,146); }

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

background-color css

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

 a { background-color: rgb(241,162,146); }

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

border-color css

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

 span { border-color: rgb(241,162,146); }

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