Html Css Color HEX #F2A584 Tonys Pink

📋 copy color: '#F2A584'

red 242 ◦ green 165 ◦ blue 132

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

Shades of Tonys Pink #F2A584

Tints of Tonys Pink #F2A584

RGB

 RED value IS 242 (94.92% from 255) = 44.9%

 GREEN value IS 165 (64.84% from 255) = 30.61%

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

R = 44.9%
G = 30.61%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2A584 (or 0xF2A584) is known color: Tonys Pink. HEX triplet: F2, A5 and 84. RGB value is (242,165,132). Sum of RGB (Red+Green+Blue) = 242+165+132=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A584 is #0D5A7B. Grayscale: #B8B8B8. Windows color (decimal): -875132 or 8693234. OLE color: 8693234.

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

Color convert

RGB 242 165 132 -
CMYK 0 0.32 0.45 0.05
HSL 18º 0.81% 0.73% -
HSV(B) 18º 0.45% 0.95% -
XYZ 54.24 47.45 28.13 -
YUV 184.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 242 165 132 0 0.32 0.45 0.05 18 0.81 0.73
Hex F2 A5 84 0 20 2D 5 12 51 49
Octal 362 245 204 0 40 55 5 22 121 111
Binary 11110010 10100101 10000100 0 100000 101101 101 10010 1010001 1001001

Color Harmonies of #F2A584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A584

Black with #F2A584

Text Example


Text Example

White with #F2A584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A584; }

 p { color: rgb(242,165,132); }

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

background-color css

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

 a { background-color: rgb(242,165,132); }

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

border-color css

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

 span { border-color: rgb(242,165,132); }

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