Html Css Color HEX #F2A587 Tonys Pink

📋 copy color: '#F2A587'

red 242 ◦ green 165 ◦ blue 135

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

Shades of Tonys Pink #F2A587

Tints of Tonys Pink #F2A587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 24.91%

R = 44.65%
G = 30.44%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F2A587 (or 0xF2A587) is known color: Tonys Pink. HEX triplet: F2, A5 and 87. RGB value is (242,165,135). Sum of RGB (Red+Green+Blue) = 242+165+135=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 135 (53.12% from 255 or 24.91% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A587 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A587 is #0D5A78. Grayscale: #B8B8B8. Windows color (decimal): -875129 or 8889842. OLE color: 8889842.

HSL color Cylindrical-coordinate representation of color #F2A587: hue angle of 16.82º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2A587 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 165 135 -
CMYK 0 0.32 0.44 0.05
HSL 16.82º 0.8% 0.74% -
HSV(B) 16.82º 0.44% 0.95% -
XYZ 54.45 47.54 29.23 -
YUV 184.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 242 165 135 0 0.32 0.44 0.05 16.82 0.8 0.74
Hex F2 A5 87 0 20 2C 5 11 50 4A
Octal 362 245 207 0 40 54 5 21 120 112
Binary 11110010 10100101 10000111 0 100000 101100 101 10001 1010000 1001010

Color Harmonies of #F2A587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A587

Black with #F2A587

Text Example


Text Example

White with #F2A587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A587; }

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

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

background-color css

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

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

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

border-color css

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

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

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