Html Css Color HEX #F2A58B Tonys Pink

📋 copy color: '#F2A58B'

red 242 ◦ green 165 ◦ blue 139

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

Shades of Tonys Pink #F2A58B

Tints of Tonys Pink #F2A58B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.22%

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

R = 44.32%
G = 30.22%
B = 25.46%

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

#F2A58B (or 0xF2A58B) is known color: Tonys Pink. HEX triplet: F2, A5 and 8B. RGB value is (242,165,139). Sum of RGB (Red+Green+Blue) = 242+165+139=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A58B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A58B is #0D5A74. Grayscale: #B9B9B9. Windows color (decimal): -875125 or 9151986. OLE color: 9151986.

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

Color convert

RGB 242 165 139 -
CMYK 0 0.32 0.43 0.05
HSL 15.15º 0.8% 0.75% -
HSV(B) 15.15º 0.43% 0.95% -
XYZ 54.73 47.65 30.74 -
YUV 185.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 242 165 139 0 0.32 0.43 0.05 15.15 0.8 0.75
Hex F2 A5 8B 0 20 2B 5 F 50 4B
Octal 362 245 213 0 40 53 5 17 120 113
Binary 11110010 10100101 10001011 0 100000 101011 101 1111 1010000 1001011

Color Harmonies of #F2A58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A58B

Black with #F2A58B

Text Example


Text Example

White with #F2A58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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