Html Css Color HEX #F19F8D Tonys Pink

📋 copy color: '#F19F8D'

red 241 ◦ green 159 ◦ blue 141

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

Shades of Tonys Pink #F19F8D

Tints of Tonys Pink #F19F8D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.39%

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

R = 44.55%
G = 29.39%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F19F8D (or 0xF19F8D) is known color: Tonys Pink. HEX triplet: F1, 9F and 8D. RGB value is (241,159,141). Sum of RGB (Red+Green+Blue) = 241+159+141=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19F8D is #0E6072. Grayscale: #B5B5B5. Windows color (decimal): -942195 or 9281521. OLE color: 9281521.

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

Color convert

RGB 241 159 141 -
CMYK 0 0.34 0.41 0.05
HSL 10.8º 0.78% 0.75% -
HSV(B) 10.8º 0.41% 0.95% -
XYZ 53.48 45.42 31.15 -
YUV 181.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 241 159 141 0 0.34 0.41 0.05 10.8 0.78 0.75
Hex F1 9F 8D 0 22 29 5 B 4E 4B
Octal 361 237 215 0 42 51 5 13 116 113
Binary 11110001 10011111 10001101 0 100010 101001 101 1011 1001110 1001011

Color Harmonies of #F19F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19F8D

Black with #F19F8D

Text Example


Text Example

White with #F19F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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