Html Css Color HEX #F19D8A Tonys Pink

📋 copy color: '#F19D8A'

red 241 ◦ green 157 ◦ blue 138

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

Shades of Tonys Pink #F19D8A

Tints of Tonys Pink #F19D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.75%

R = 44.96%
G = 29.29%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F19D8A (or 0xF19D8A) is known color: Tonys Pink. HEX triplet: F1, 9D and 8A. RGB value is (241,157,138). Sum of RGB (Red+Green+Blue) = 241+157+138=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19D8A is #0E6275. Grayscale: #B4B4B4. Windows color (decimal): -942710 or 9084401. OLE color: 9084401.

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

Color convert

RGB 241 157 138 -
CMYK 0 0.35 0.43 0.05
HSL 11.07º 0.79% 0.74% -
HSV(B) 11.07º 0.43% 0.95% -
XYZ 52.92 44.65 29.87 -
YUV 179.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 241 157 138 0 0.35 0.43 0.05 11.07 0.79 0.74
Hex F1 9D 8A 0 23 2B 5 B 4F 4A
Octal 361 235 212 0 43 53 5 13 117 112
Binary 11110001 10011101 10001010 0 100011 101011 101 1011 1001111 1001010

Color Harmonies of #F19D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19D8A

Black with #F19D8A

Text Example


Text Example

White with #F19D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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