Html Css Color HEX #F19984 Tonys Pink

📋 copy color: '#F19984'

red 241 ◦ green 153 ◦ blue 132

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

Shades of Tonys Pink #F19984

Tints of Tonys Pink #F19984

RGB

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

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

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

R = 45.82%
G = 29.09%
B = 25.1%

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

#F19984 (or 0xF19984) is known color: Tonys Pink. HEX triplet: F1, 99 and 84. RGB value is (241,153,132). Sum of RGB (Red+Green+Blue) = 241+153+132=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F19984 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19984 is #0E667B. Grayscale: #B1B1B1. Windows color (decimal): -943740 or 8690161. OLE color: 8690161.

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

Color convert

RGB 241 153 132 -
CMYK 0 0.37 0.45 0.05
HSL 11.56º 0.8% 0.73% -
HSV(B) 11.56º 0.45% 0.95% -
XYZ 51.83 43.15 27.43 -
YUV 176.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 241 153 132 0 0.37 0.45 0.05 11.56 0.8 0.73
Hex F1 99 84 0 25 2D 5 C 50 49
Octal 361 231 204 0 45 55 5 14 120 111
Binary 11110001 10011001 10000100 0 100101 101101 101 1100 1010000 1001001

Color Harmonies of #F19984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19984

Black with #F19984

Text Example


Text Example

White with #F19984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19984; }

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

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

background-color css

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

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

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

border-color css

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

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

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