Html Css Color HEX #F3A082 Tonys Pink

📋 copy color: '#F3A082'

red 243 ◦ green 160 ◦ blue 130

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

Shades of Tonys Pink #F3A082

Tints of Tonys Pink #F3A082

RGB

 RED value IS 243 (95.31% from 255) = 45.59%

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

 BLUE value IS 130 (51.17% from 255) = 24.39%

R = 45.59%
G = 30.02%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F3A082 (or 0xF3A082) is known color: Tonys Pink. HEX triplet: F3, A0 and 82. RGB value is (243,160,130). Sum of RGB (Red+Green+Blue) = 243+160+130=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A082 is #0C5F7D. Grayscale: #B5B5B5. Windows color (decimal): -810878 or 8560883. OLE color: 8560883.

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

Color convert

RGB 243 160 130 -
CMYK 0 0.34 0.47 0.05
HSL 15.93º 0.82% 0.73% -
HSV(B) 15.93º 0.47% 0.95% -
XYZ 53.56 45.81 27.14 -
YUV 181.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 243 160 130 0 0.34 0.47 0.05 15.93 0.82 0.73
Hex F3 A0 82 0 22 2F 5 10 52 49
Octal 363 240 202 0 42 57 5 20 122 111
Binary 11110011 10100000 10000010 0 100010 101111 101 10000 1010010 1001001

Color Harmonies of #F3A082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A082

Black with #F3A082

Text Example


Text Example

White with #F3A082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A082; }

 p { color: rgb(243,160,130); }

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

background-color css

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

 a { background-color: rgb(243,160,130); }

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

border-color css

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

 span { border-color: rgb(243,160,130); }

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