Html Css Color HEX #F19C8D Tonys Pink

📋 copy color: '#F19C8D'

red 241 ◦ green 156 ◦ blue 141

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

Shades of Tonys Pink #F19C8D

Tints of Tonys Pink #F19C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.21%

R = 44.8%
G = 29%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F19C8D (or 0xF19C8D) is known color: Tonys Pink. HEX triplet: F1, 9C and 8D. RGB value is (241,156,141). Sum of RGB (Red+Green+Blue) = 241+156+141=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19C8D is #0E6372. Grayscale: #B3B3B3. Windows color (decimal): -942963 or 9280753. OLE color: 9280753.

HSL color Cylindrical-coordinate representation of color #F19C8D: hue angle of 9º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F19C8D is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 156 141 -
CMYK 0 0.35 0.41 0.05
HSL 0.78% 0.75% -
HSV(B) 0.41% 0.95% -
XYZ 52.97 44.4 30.98 -
YUV 179.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 241 156 141 0 0.35 0.41 0.05 9 0.78 0.75
Hex F1 9C 8D 0 23 29 5 9 4E 4B
Octal 361 234 215 0 43 51 5 11 116 113
Binary 11110001 10011100 10001101 0 100011 101001 101 1001 1001110 1001011

Color Harmonies of #F19C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19C8D

Black with #F19C8D

Text Example


Text Example

White with #F19C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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