Html Css Color HEX #F2A491 Tonys Pink

📋 copy color: '#F2A491'

red 242 ◦ green 164 ◦ blue 145

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

Shades of Tonys Pink #F2A491

Tints of Tonys Pink #F2A491

RGB

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

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

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

R = 43.92%
G = 29.76%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2A491 (or 0xF2A491) is known color: Tonys Pink. HEX triplet: F2, A4 and 91. RGB value is (242,164,145). Sum of RGB (Red+Green+Blue) = 242+164+145=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A491 is #0D5B6E. Grayscale: #B9B9B9. Windows color (decimal): -875375 or 9544946. OLE color: 9544946.

HSL color Cylindrical-coordinate representation of color #F2A491: hue angle of 11.75º 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 #F2A491 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 164 145 -
CMYK 0 0.32 0.40 0.05
HSL 11.75º 0.79% 0.76% -
HSV(B) 11.75º 0.4% 0.95% -
XYZ 55 47.47 33.05 -
YUV 185.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 242 164 145 0 0.32 0.40 0.05 11.75 0.79 0.76
Hex F2 A4 91 0 20 28 5 C 4F 4C
Octal 362 244 221 0 40 50 5 14 117 114
Binary 11110010 10100100 10010001 0 100000 101000 101 1100 1001111 1001100

Color Harmonies of #F2A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A491

Black with #F2A491

Text Example


Text Example

White with #F2A491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A491; }

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

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

background-color css

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

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

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

border-color css

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

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

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