Html Css Color HEX #F19C86 Tonys Pink

📋 copy color: '#F19C86'

red 241 ◦ green 156 ◦ blue 134

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

Shades of Tonys Pink #F19C86

Tints of Tonys Pink #F19C86

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.38%

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

R = 45.39%
G = 29.38%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F19C86 (or 0xF19C86) is known color: Tonys Pink. HEX triplet: F1, 9C and 86. RGB value is (241,156,134). Sum of RGB (Red+Green+Blue) = 241+156+134=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19C86 is #0E6379. Grayscale: #B3B3B3. Windows color (decimal): -942970 or 8822001. OLE color: 8822001.

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

Color convert

RGB 241 156 134 -
CMYK 0 0.35 0.44 0.05
HSL 12.34º 0.79% 0.74% -
HSV(B) 12.34º 0.44% 0.95% -
XYZ 52.47 44.2 28.32 -
YUV 178.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 241 156 134 0 0.35 0.44 0.05 12.34 0.79 0.74
Hex F1 9C 86 0 23 2C 5 C 4F 4A
Octal 361 234 206 0 43 54 5 14 117 112
Binary 11110001 10011100 10000110 0 100011 101100 101 1100 1001111 1001010

Color Harmonies of #F19C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19C86

Black with #F19C86

Text Example


Text Example

White with #F19C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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