Html Css Color HEX #F19785 Tonys Pink

📋 copy color: '#F19785'

red 241 ◦ green 151 ◦ blue 133

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

Shades of Tonys Pink #F19785

Tints of Tonys Pink #F19785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.76%

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

R = 45.9%
G = 28.76%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F19785 (or 0xF19785) is known color: Tonys Pink. HEX triplet: F1, 97 and 85. RGB value is (241,151,133). Sum of RGB (Red+Green+Blue) = 241+151+133=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F19785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19785 is #0E687A. Grayscale: #B0B0B0. Windows color (decimal): -944251 or 8755185. OLE color: 8755185.

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

Color convert

RGB 241 151 133 -
CMYK 0 0.37 0.45 0.05
HSL 10º 0.79% 0.73% -
HSV(B) 10º 0.45% 0.95% -
XYZ 51.58 42.53 27.68 -
YUV 175.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 241 151 133 0 0.37 0.45 0.05 10 0.79 0.73
Hex F1 97 85 0 25 2D 5 A 4F 49
Octal 361 227 205 0 45 55 5 12 117 111
Binary 11110001 10010111 10000101 0 100101 101101 101 1010 1001111 1001001

Color Harmonies of #F19785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19785

Black with #F19785

Text Example


Text Example

White with #F19785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19785; }

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

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

background-color css

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

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

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

border-color css

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

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

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