Html Css Color HEX #F19786 Tonys Pink

📋 copy color: '#F19786'

red 241 ◦ green 151 ◦ blue 134

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

Shades of Tonys Pink #F19786

Tints of Tonys Pink #F19786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.48%

R = 45.82%
G = 28.71%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F19786 (or 0xF19786) is known color: Tonys Pink. HEX triplet: F1, 97 and 86. RGB value is (241,151,134). Sum of RGB (Red+Green+Blue) = 241+151+134=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F19786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19786 is #0E6879. Grayscale: #B0B0B0. Windows color (decimal): -944250 or 8820721. OLE color: 8820721.

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

Color convert

RGB 241 151 134 -
CMYK 0 0.37 0.44 0.05
HSL 9.53º 0.79% 0.74% -
HSV(B) 9.53º 0.44% 0.95% -
XYZ 51.65 42.56 28.05 -
YUV 175.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 241 151 134 0 0.37 0.44 0.05 9.53 0.79 0.74
Hex F1 97 86 0 25 2C 5 A 4F 4A
Octal 361 227 206 0 45 54 5 12 117 112
Binary 11110001 10010111 10000110 0 100101 101100 101 1010 1001111 1001010

Color Harmonies of #F19786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19786

Black with #F19786

Text Example


Text Example

White with #F19786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19786; }

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

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

background-color css

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

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

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

border-color css

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

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

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