Html Css Color HEX #F2A391 Tonys Pink

📋 copy color: '#F2A391'

red 242 ◦ green 163 ◦ blue 145

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

Shades of Tonys Pink #F2A391

Tints of Tonys Pink #F2A391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.36%

R = 44%
G = 29.64%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2A391 (or 0xF2A391) is known color: Tonys Pink. HEX triplet: F2, A3 and 91. RGB value is (242,163,145). Sum of RGB (Red+Green+Blue) = 242+163+145=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A391 is #0D5C6E. Grayscale: #B8B8B8. Windows color (decimal): -875631 or 9544690. OLE color: 9544690.

HSL color Cylindrical-coordinate representation of color #F2A391: hue angle of 11.13º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2A391 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 163 145 -
CMYK 0 0.33 0.40 0.05
HSL 11.13º 0.79% 0.76% -
HSV(B) 11.13º 0.4% 0.95% -
XYZ 54.83 47.12 32.99 -
YUV 184.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 242 163 145 0 0.33 0.40 0.05 11.13 0.79 0.76
Hex F2 A3 91 0 21 28 5 B 4F 4C
Octal 362 243 221 0 41 50 5 13 117 114
Binary 11110010 10100011 10010001 0 100001 101000 101 1011 1001111 1001100

Color Harmonies of #F2A391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A391

Black with #F2A391

Text Example


Text Example

White with #F2A391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A391; }

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

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

background-color css

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

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

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

border-color css

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

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

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