Html Css Color HEX #F1A383 Tonys Pink

📋 copy color: '#F1A383'

red 241 ◦ green 163 ◦ blue 131

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

Shades of Tonys Pink #F1A383

Tints of Tonys Pink #F1A383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.49%

R = 45.05%
G = 30.47%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F1A383 (or 0xF1A383) is known color: Tonys Pink. HEX triplet: F1, A3 and 83. RGB value is (241,163,131). Sum of RGB (Red+Green+Blue) = 241+163+131=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A383 is #0E5C7C. Grayscale: #B6B6B6. Windows color (decimal): -941181 or 8627185. OLE color: 8627185.

HSL color Cylindrical-coordinate representation of color #F1A383: hue angle of 17.45º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1A383 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 163 131 -
CMYK 0 0.32 0.46 0.05
HSL 17.45º 0.8% 0.73% -
HSV(B) 17.45º 0.46% 0.95% -
XYZ 53.47 46.53 27.64 -
YUV 182.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 241 163 131 0 0.32 0.46 0.05 17.45 0.8 0.73
Hex F1 A3 83 0 20 2E 5 11 50 49
Octal 361 243 203 0 40 56 5 21 120 111
Binary 11110001 10100011 10000011 0 100000 101110 101 10001 1010000 1001001

Color Harmonies of #F1A383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A383

Black with #F1A383

Text Example


Text Example

White with #F1A383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A383; }

 p { color: rgb(241,163,131); }

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

background-color css

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

 a { background-color: rgb(241,163,131); }

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

border-color css

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

 span { border-color: rgb(241,163,131); }

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