Html Css Color HEX #F1A393 Tonys Pink

📋 copy color: '#F1A393'

red 241 ◦ green 163 ◦ blue 147

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

Shades of Tonys Pink #F1A393

Tints of Tonys Pink #F1A393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.68%

R = 43.74%
G = 29.58%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F1A393 (or 0xF1A393) is known color: Tonys Pink. HEX triplet: F1, A3 and 93. RGB value is (241,163,147). Sum of RGB (Red+Green+Blue) = 241+163+147=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A393 is #0E5C6C. Grayscale: #B8B8B8. Windows color (decimal): -941165 or 9675761. OLE color: 9675761.

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

Color convert

RGB 241 163 147 -
CMYK 0 0.32 0.39 0.05
HSL 10.21º 0.77% 0.76% -
HSV(B) 10.21º 0.39% 0.95% -
XYZ 54.64 47 33.8 -
YUV 184.5 106.84 168.3 -
System Red Green Blue C M Y K H S L
Decimal 241 163 147 0 0.32 0.39 0.05 10.21 0.77 0.76
Hex F1 A3 93 0 20 27 5 A 4D 4C
Octal 361 243 223 0 40 47 5 12 115 114
Binary 11110001 10100011 10010011 0 100000 100111 101 1010 1001101 1001100

Color Harmonies of #F1A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A393

Black with #F1A393

Text Example


Text Example

White with #F1A393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A393; }

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

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

background-color css

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

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

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

border-color css

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

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

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