Html Css Color HEX #F2A58C Tonys Pink

📋 copy color: '#F2A58C'

red 242 ◦ green 165 ◦ blue 140

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

Shades of Tonys Pink #F2A58C

Tints of Tonys Pink #F2A58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.59%

R = 44.24%
G = 30.16%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2A58C (or 0xF2A58C) is known color: Tonys Pink. HEX triplet: F2, A5 and 8C. RGB value is (242,165,140). Sum of RGB (Red+Green+Blue) = 242+165+140=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A58C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A58C is #0D5A73. Grayscale: #B9B9B9. Windows color (decimal): -875124 or 9217522. OLE color: 9217522.

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

Color convert

RGB 242 165 140 -
CMYK 0 0.32 0.42 0.05
HSL 14.71º 0.8% 0.75% -
HSV(B) 14.71º 0.42% 0.95% -
XYZ 54.81 47.68 31.13 -
YUV 185.17 102.51 168.53 -
System Red Green Blue C M Y K H S L
Decimal 242 165 140 0 0.32 0.42 0.05 14.71 0.8 0.75
Hex F2 A5 8C 0 20 2A 5 F 50 4B
Octal 362 245 214 0 40 52 5 17 120 113
Binary 11110010 10100101 10001100 0 100000 101010 101 1111 1010000 1001011

Color Harmonies of #F2A58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A58C

Black with #F2A58C

Text Example


Text Example

White with #F2A58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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