Html Css Color HEX #F19D8D Tonys Pink

📋 copy color: '#F19D8D'

red 241 ◦ green 157 ◦ blue 141

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

Shades of Tonys Pink #F19D8D

Tints of Tonys Pink #F19D8D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.13%

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

R = 44.71%
G = 29.13%
B = 26.16%

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

#F19D8D (or 0xF19D8D) is known color: Tonys Pink. HEX triplet: F1, 9D and 8D. RGB value is (241,157,141). Sum of RGB (Red+Green+Blue) = 241+157+141=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19D8D is #0E6272. Grayscale: #B4B4B4. Windows color (decimal): -942707 or 9281009. OLE color: 9281009.

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

Color convert

RGB 241 157 141 -
CMYK 0 0.35 0.41 0.05
HSL 9.6º 0.78% 0.75% -
HSV(B) 9.6º 0.41% 0.95% -
XYZ 53.14 44.74 31.03 -
YUV 180.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 241 157 141 0 0.35 0.41 0.05 9.6 0.78 0.75
Hex F1 9D 8D 0 23 29 5 A 4E 4B
Octal 361 235 215 0 43 51 5 12 116 113
Binary 11110001 10011101 10001101 0 100011 101001 101 1010 1001110 1001011

Color Harmonies of #F19D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19D8D

Black with #F19D8D

Text Example


Text Example

White with #F19D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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