Html Css Color HEX #F2A48B Tonys Pink

📋 copy color: '#F2A48B'

red 242 ◦ green 164 ◦ blue 139

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

Shades of Tonys Pink #F2A48B

Tints of Tonys Pink #F2A48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.5%

R = 44.4%
G = 30.09%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2A48B (or 0xF2A48B) is known color: Tonys Pink. HEX triplet: F2, A4 and 8B. RGB value is (242,164,139). Sum of RGB (Red+Green+Blue) = 242+164+139=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A48B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A48B is #0D5B74. Grayscale: #B8B8B8. Windows color (decimal): -875381 or 9151730. OLE color: 9151730.

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

Color convert

RGB 242 164 139 -
CMYK 0 0.32 0.43 0.05
HSL 14.56º 0.8% 0.75% -
HSV(B) 14.56º 0.43% 0.95% -
XYZ 54.55 47.29 30.68 -
YUV 184.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 242 164 139 0 0.32 0.43 0.05 14.56 0.8 0.75
Hex F2 A4 8B 0 20 2B 5 F 50 4B
Octal 362 244 213 0 40 53 5 17 120 113
Binary 11110010 10100100 10001011 0 100000 101011 101 1111 1010000 1001011

Color Harmonies of #F2A48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A48B

Black with #F2A48B

Text Example


Text Example

White with #F2A48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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