Html Css Color HEX #F1A585 Tonys Pink

📋 copy color: '#F1A585'

red 241 ◦ green 165 ◦ blue 133

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

Shades of Tonys Pink #F1A585

Tints of Tonys Pink #F1A585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.61%

 BLUE value IS 133 (52.34% from 255) = 24.68%

R = 44.71%
G = 30.61%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F1A585 (or 0xF1A585) is known color: Tonys Pink. HEX triplet: F1, A5 and 85. RGB value is (241,165,133). Sum of RGB (Red+Green+Blue) = 241+165+133=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A585 is #0E5A7A. Grayscale: #B8B8B8. Windows color (decimal): -940667 or 8758769. OLE color: 8758769.

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

Color convert

RGB 241 165 133 -
CMYK 0 0.32 0.45 0.05
HSL 17.78º 0.79% 0.73% -
HSV(B) 17.78º 0.45% 0.95% -
XYZ 53.96 47.3 28.48 -
YUV 184.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 241 165 133 0 0.32 0.45 0.05 17.78 0.79 0.73
Hex F1 A5 85 0 20 2D 5 12 4F 49
Octal 361 245 205 0 40 55 5 22 117 111
Binary 11110001 10100101 10000101 0 100000 101101 101 10010 1001111 1001001

Color Harmonies of #F1A585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A585

Black with #F1A585

Text Example


Text Example

White with #F1A585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A585; }

 p { color: rgb(241,165,133); }

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

background-color css

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

 a { background-color: rgb(241,165,133); }

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

border-color css

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

 span { border-color: rgb(241,165,133); }

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