Html Css Color HEX #F29D85 Tonys Pink

📋 copy color: '#F29D85'

red 242 ◦ green 157 ◦ blue 133

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

Shades of Tonys Pink #F29D85

Tints of Tonys Pink #F29D85

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.51%

 BLUE value IS 133 (52.34% from 255) = 25%

R = 45.49%
G = 29.51%
B = 25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F29D85 (or 0xF29D85) is known color: Tonys Pink. HEX triplet: F2, 9D and 85. RGB value is (242,157,133). Sum of RGB (Red+Green+Blue) = 242+157+133=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29D85 is #0D627A. Grayscale: #B3B3B3. Windows color (decimal): -877179 or 8756722. OLE color: 8756722.

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

Color convert

RGB 242 157 133 -
CMYK 0 0.35 0.45 0.05
HSL 13.21º 0.81% 0.74% -
HSV(B) 13.21º 0.45% 0.95% -
XYZ 52.91 44.68 28.03 -
YUV 179.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 242 157 133 0 0.35 0.45 0.05 13.21 0.81 0.74
Hex F2 9D 85 0 23 2D 5 D 51 4A
Octal 362 235 205 0 43 55 5 15 121 112
Binary 11110010 10011101 10000101 0 100011 101101 101 1101 1010001 1001010

Color Harmonies of #F29D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29D85

Black with #F29D85

Text Example


Text Example

White with #F29D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29D85; }

 p { color: rgb(242,157,133); }

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

background-color css

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

 a { background-color: rgb(242,157,133); }

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

border-color css

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

 span { border-color: rgb(242,157,133); }

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