Html Css Color HEX #F2A085 Tonys Pink

📋 copy color: '#F2A085'

red 242 ◦ green 160 ◦ blue 133

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

Shades of Tonys Pink #F2A085

Tints of Tonys Pink #F2A085

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.91%

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

R = 45.23%
G = 29.91%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2A085 (or 0xF2A085) is known color: Tonys Pink. HEX triplet: F2, A0 and 85. RGB value is (242,160,133). Sum of RGB (Red+Green+Blue) = 242+160+133=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A085 is #0D5F7A. Grayscale: #B5B5B5. Windows color (decimal): -876411 or 8757490. OLE color: 8757490.

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

Color convert

RGB 242 160 133 -
CMYK 0 0.34 0.45 0.05
HSL 14.86º 0.81% 0.74% -
HSV(B) 14.86º 0.45% 0.95% -
XYZ 53.42 45.71 28.2 -
YUV 181.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 242 160 133 0 0.34 0.45 0.05 14.86 0.81 0.74
Hex F2 A0 85 0 22 2D 5 F 51 4A
Octal 362 240 205 0 42 55 5 17 121 112
Binary 11110010 10100000 10000101 0 100010 101101 101 1111 1010001 1001010

Color Harmonies of #F2A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A085

Black with #F2A085

Text Example


Text Example

White with #F2A085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A085; }

 p { color: rgb(242,160,133); }

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

background-color css

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

 a { background-color: rgb(242,160,133); }

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

border-color css

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

 span { border-color: rgb(242,160,133); }

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