Html Css Color HEX #F29B85 Tonys Pink

📋 copy color: '#F29B85'

red 242 ◦ green 155 ◦ blue 133

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

Shades of Tonys Pink #F29B85

Tints of Tonys Pink #F29B85

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.25%

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

R = 45.66%
G = 29.25%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F29B85 (or 0xF29B85) is known color: Tonys Pink. HEX triplet: F2, 9B and 85. RGB value is (242,155,133). Sum of RGB (Red+Green+Blue) = 242+155+133=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29B85 is #0D647A. Grayscale: #B2B2B2. Windows color (decimal): -877691 or 8756210. OLE color: 8756210.

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

Color convert

RGB 242 155 133 -
CMYK 0 0.36 0.45 0.05
HSL 12.11º 0.81% 0.74% -
HSV(B) 12.11º 0.45% 0.95% -
XYZ 52.57 44.01 27.91 -
YUV 178.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 242 155 133 0 0.36 0.45 0.05 12.11 0.81 0.74
Hex F2 9B 85 0 24 2D 5 C 51 4A
Octal 362 233 205 0 44 55 5 14 121 112
Binary 11110010 10011011 10000101 0 100100 101101 101 1100 1010001 1001010

Color Harmonies of #F29B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29B85

Black with #F29B85

Text Example


Text Example

White with #F29B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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