Html Css Color HEX #F2A485 Tonys Pink

📋 copy color: '#F2A485'

red 242 ◦ green 164 ◦ blue 133

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

Shades of Tonys Pink #F2A485

Tints of Tonys Pink #F2A485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.43%

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

R = 44.9%
G = 30.43%
B = 24.68%

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

#F2A485 (or 0xF2A485) is known color: Tonys Pink. HEX triplet: F2, A4 and 85. RGB value is (242,164,133). Sum of RGB (Red+Green+Blue) = 242+164+133=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A485 is #0D5B7A. Grayscale: #B7B7B7. Windows color (decimal): -875387 or 8758514. OLE color: 8758514.

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

Color convert

RGB 242 164 133 -
CMYK 0 0.32 0.45 0.05
HSL 17.06º 0.81% 0.74% -
HSV(B) 17.06º 0.45% 0.95% -
XYZ 54.13 47.12 28.43 -
YUV 183.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 242 164 133 0 0.32 0.45 0.05 17.06 0.81 0.74
Hex F2 A4 85 0 20 2D 5 11 51 4A
Octal 362 244 205 0 40 55 5 21 121 112
Binary 11110010 10100100 10000101 0 100000 101101 101 10001 1010001 1001010

Color Harmonies of #F2A485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A485

Black with #F2A485

Text Example


Text Example

White with #F2A485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A485; }

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

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

background-color css

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

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

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

border-color css

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

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

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