Html Css Color HEX #F19B86 Tonys Pink

📋 copy color: '#F19B86'

red 241 ◦ green 155 ◦ blue 134

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

Shades of Tonys Pink #F19B86

Tints of Tonys Pink #F19B86

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.25%

 BLUE value IS 134 (52.73% from 255) = 25.28%

R = 45.47%
G = 29.25%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F19B86 (or 0xF19B86) is known color: Tonys Pink. HEX triplet: F1, 9B and 86. RGB value is (241,155,134). Sum of RGB (Red+Green+Blue) = 241+155+134=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19B86 is #0E6479. Grayscale: #B2B2B2. Windows color (decimal): -943226 or 8821745. OLE color: 8821745.

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

Color convert

RGB 241 155 134 -
CMYK 0 0.36 0.44 0.05
HSL 11.78º 0.79% 0.74% -
HSV(B) 11.78º 0.44% 0.95% -
XYZ 52.3 43.86 28.26 -
YUV 178.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 241 155 134 0 0.36 0.44 0.05 11.78 0.79 0.74
Hex F1 9B 86 0 24 2C 5 C 4F 4A
Octal 361 233 206 0 44 54 5 14 117 112
Binary 11110001 10011011 10000110 0 100100 101100 101 1100 1001111 1001010

Color Harmonies of #F19B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19B86

Black with #F19B86

Text Example


Text Example

White with #F19B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19B86; }

 p { color: rgb(241,155,134); }

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

background-color css

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

 a { background-color: rgb(241,155,134); }

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

border-color css

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

 span { border-color: rgb(241,155,134); }

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