Html Css Color HEX #F19C8E Tonys Pink

📋 copy color: '#F19C8E'

red 241 ◦ green 156 ◦ blue 142

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

Shades of Tonys Pink #F19C8E

Tints of Tonys Pink #F19C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.35%

R = 44.71%
G = 28.94%
B = 26.35%

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

#F19C8E (or 0xF19C8E) is known color: Tonys Pink. HEX triplet: F1, 9C and 8E. RGB value is (241,156,142). Sum of RGB (Red+Green+Blue) = 241+156+142=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19C8E is #0E6371. Grayscale: #B3B3B3. Windows color (decimal): -942962 or 9346289. OLE color: 9346289.

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

Color convert

RGB 241 156 142 -
CMYK 0 0.35 0.41 0.05
HSL 8.48º 0.78% 0.75% -
HSV(B) 8.48º 0.41% 0.95% -
XYZ 53.05 44.43 31.37 -
YUV 179.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 241 156 142 0 0.35 0.41 0.05 8.48 0.78 0.75
Hex F1 9C 8E 0 23 29 5 8 4E 4B
Octal 361 234 216 0 43 51 5 10 116 113
Binary 11110001 10011100 10001110 0 100011 101001 101 1000 1001110 1001011

Color Harmonies of #F19C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19C8E

Black with #F19C8E

Text Example


Text Example

White with #F19C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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