Html Css Color HEX #F2A384 Tonys Pink

📋 copy color: '#F2A384'

red 242 ◦ green 163 ◦ blue 132

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

Shades of Tonys Pink #F2A384

Tints of Tonys Pink #F2A384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.35%

 BLUE value IS 132 (51.95% from 255) = 24.58%

R = 45.07%
G = 30.35%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2A384 (or 0xF2A384) is known color: Tonys Pink. HEX triplet: F2, A3 and 84. RGB value is (242,163,132). Sum of RGB (Red+Green+Blue) = 242+163+132=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A384 is #0D5C7B. Grayscale: #B7B7B7. Windows color (decimal): -875644 or 8692722. OLE color: 8692722.

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

Color convert

RGB 242 163 132 -
CMYK 0 0.33 0.45 0.05
HSL 16.91º 0.81% 0.73% -
HSV(B) 16.91º 0.45% 0.95% -
XYZ 53.88 46.74 28.01 -
YUV 183.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 242 163 132 0 0.33 0.45 0.05 16.91 0.81 0.73
Hex F2 A3 84 0 21 2D 5 11 51 49
Octal 362 243 204 0 41 55 5 21 121 111
Binary 11110010 10100011 10000100 0 100001 101101 101 10001 1010001 1001001

Color Harmonies of #F2A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A384

Black with #F2A384

Text Example


Text Example

White with #F2A384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A384; }

 p { color: rgb(242,163,132); }

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

background-color css

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

 a { background-color: rgb(242,163,132); }

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

border-color css

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

 span { border-color: rgb(242,163,132); }

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