Html Css Color HEX #F19985 Tonys Pink

📋 copy color: '#F19985'

red 241 ◦ green 153 ◦ blue 133

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

Shades of Tonys Pink #F19985

Tints of Tonys Pink #F19985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.03%

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

R = 45.73%
G = 29.03%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F19985 (or 0xF19985) is known color: Tonys Pink. HEX triplet: F1, 99 and 85. RGB value is (241,153,133). Sum of RGB (Red+Green+Blue) = 241+153+133=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F19985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19985 is #0E667A. Grayscale: #B1B1B1. Windows color (decimal): -943739 or 8755697. OLE color: 8755697.

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

Color convert

RGB 241 153 133 -
CMYK 0 0.37 0.45 0.05
HSL 11.11º 0.79% 0.73% -
HSV(B) 11.11º 0.45% 0.95% -
XYZ 51.9 43.18 27.79 -
YUV 177.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 241 153 133 0 0.37 0.45 0.05 11.11 0.79 0.73
Hex F1 99 85 0 25 2D 5 B 4F 49
Octal 361 231 205 0 45 55 5 13 117 111
Binary 11110001 10011001 10000101 0 100101 101101 101 1011 1001111 1001001

Color Harmonies of #F19985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19985

Black with #F19985

Text Example


Text Example

White with #F19985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19985; }

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

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

background-color css

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

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

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

border-color css

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

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

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