Html Css Color HEX #F19C85 Tonys Pink

📋 copy color: '#F19C85'

red 241 ◦ green 156 ◦ blue 133

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

Shades of Tonys Pink #F19C85

Tints of Tonys Pink #F19C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.09%

R = 45.47%
G = 29.43%
B = 25.09%

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

#F19C85 (or 0xF19C85) is known color: Tonys Pink. HEX triplet: F1, 9C and 85. RGB value is (241,156,133). Sum of RGB (Red+Green+Blue) = 241+156+133=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19C85 is #0E637A. Grayscale: #B2B2B2. Windows color (decimal): -942971 or 8756465. OLE color: 8756465.

HSL color Cylindrical-coordinate representation of color #F19C85: hue angle of 12.78º degrees, saturation: 0.79, 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 #F19C85 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 156 133 -
CMYK 0 0.35 0.45 0.05
HSL 12.78º 0.79% 0.73% -
HSV(B) 12.78º 0.45% 0.95% -
XYZ 52.4 44.17 27.95 -
YUV 178.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 241 156 133 0 0.35 0.45 0.05 12.78 0.79 0.73
Hex F1 9C 85 0 23 2D 5 D 4F 49
Octal 361 234 205 0 43 55 5 15 117 111
Binary 11110001 10011100 10000101 0 100011 101101 101 1101 1001111 1001001

Color Harmonies of #F19C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19C85

Black with #F19C85

Text Example


Text Example

White with #F19C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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