Html Css Color HEX #F19C8C Tonys Pink

📋 copy color: '#F19C8C'

red 241 ◦ green 156 ◦ blue 140

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

Shades of Tonys Pink #F19C8C

Tints of Tonys Pink #F19C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.07%

R = 44.88%
G = 29.05%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F19C8C (or 0xF19C8C) is known color: Tonys Pink. HEX triplet: F1, 9C and 8C. RGB value is (241,156,140). Sum of RGB (Red+Green+Blue) = 241+156+140=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19C8C is #0E6373. Grayscale: #B3B3B3. Windows color (decimal): -942964 or 9215217. OLE color: 9215217.

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

Color convert

RGB 241 156 140 -
CMYK 0 0.35 0.42 0.05
HSL 9.5º 0.78% 0.75% -
HSV(B) 9.5º 0.42% 0.95% -
XYZ 52.9 44.37 30.59 -
YUV 179.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 241 156 140 0 0.35 0.42 0.05 9.5 0.78 0.75
Hex F1 9C 8C 0 23 2A 5 A 4E 4B
Octal 361 234 214 0 43 52 5 12 116 113
Binary 11110001 10011100 10001100 0 100011 101010 101 1010 1001110 1001011

Color Harmonies of #F19C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19C8C

Black with #F19C8C

Text Example


Text Example

White with #F19C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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