Html Css Color HEX #F19C84 Tonys Pink

📋 copy color: '#F19C84'

red 241 ◦ green 156 ◦ blue 132

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

Shades of Tonys Pink #F19C84

Tints of Tonys Pink #F19C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.95%

R = 45.56%
G = 29.49%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F19C84 (or 0xF19C84) is known color: Tonys Pink. HEX triplet: F1, 9C and 84. RGB value is (241,156,132). Sum of RGB (Red+Green+Blue) = 241+156+132=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19C84 is #0E637B. Grayscale: #B2B2B2. Windows color (decimal): -942972 or 8690929. OLE color: 8690929.

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

Color convert

RGB 241 156 132 -
CMYK 0 0.35 0.45 0.05
HSL 13.21º 0.8% 0.73% -
HSV(B) 13.21º 0.45% 0.95% -
XYZ 52.33 44.14 27.59 -
YUV 178.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 241 156 132 0 0.35 0.45 0.05 13.21 0.8 0.73
Hex F1 9C 84 0 23 2D 5 D 50 49
Octal 361 234 204 0 43 55 5 15 120 111
Binary 11110001 10011100 10000100 0 100011 101101 101 1101 1010000 1001001

Color Harmonies of #F19C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19C84

Black with #F19C84

Text Example


Text Example

White with #F19C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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