Html Css Color HEX #F1A094 Tonys Pink

📋 copy color: '#F1A094'

red 241 ◦ green 160 ◦ blue 148

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

Shades of Tonys Pink #F1A094

Tints of Tonys Pink #F1A094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.96%

R = 43.9%
G = 29.14%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F1A094 (or 0xF1A094) is known color: Tonys Pink. HEX triplet: F1, A0 and 94. RGB value is (241,160,148). Sum of RGB (Red+Green+Blue) = 241+160+148=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A094 is #0E5F6B. Grayscale: #B6B6B6. Windows color (decimal): -941932 or 9740529. OLE color: 9740529.

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

Color convert

RGB 241 160 148 -
CMYK 0 0.34 0.39 0.05
HSL 7.74º 0.77% 0.76% -
HSV(B) 7.74º 0.39% 0.95% -
XYZ 54.19 45.98 34.04 -
YUV 182.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 241 160 148 0 0.34 0.39 0.05 7.74 0.77 0.76
Hex F1 A0 94 0 22 27 5 8 4D 4C
Octal 361 240 224 0 42 47 5 10 115 114
Binary 11110001 10100000 10010100 0 100010 100111 101 1000 1001101 1001100

Color Harmonies of #F1A094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A094

Black with #F1A094

Text Example


Text Example

White with #F1A094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A094; }

 p { color: rgb(241,160,148); }

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

background-color css

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

 a { background-color: rgb(241,160,148); }

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

border-color css

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

 span { border-color: rgb(241,160,148); }

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