Html Css Color HEX #F29F90 Tonys Pink

📋 copy color: '#F29F90'

red 242 ◦ green 159 ◦ blue 144

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

Shades of Tonys Pink #F29F90

Tints of Tonys Pink #F29F90

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.17%

 BLUE value IS 144 (56.64% from 255) = 26.42%

R = 44.4%
G = 29.17%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F29F90 (or 0xF29F90) is known color: Tonys Pink. HEX triplet: F2, 9F and 90. RGB value is (242,159,144). Sum of RGB (Red+Green+Blue) = 242+159+144=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29F90 is #0D606F. Grayscale: #B6B6B6. Windows color (decimal): -876656 or 9478130. OLE color: 9478130.

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

Color convert

RGB 242 159 144 -
CMYK 0 0.34 0.40 0.05
HSL 9.18º 0.79% 0.76% -
HSV(B) 9.18º 0.4% 0.95% -
XYZ 54.05 45.69 32.36 -
YUV 182.11 106.5 170.72 -
System Red Green Blue C M Y K H S L
Decimal 242 159 144 0 0.34 0.40 0.05 9.18 0.79 0.76
Hex F2 9F 90 0 22 28 5 9 4F 4C
Octal 362 237 220 0 42 50 5 11 117 114
Binary 11110010 10011111 10010000 0 100010 101000 101 1001 1001111 1001100

Color Harmonies of #F29F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29F90

Black with #F29F90

Text Example


Text Example

White with #F29F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29F90; }

 p { color: rgb(242,159,144); }

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

background-color css

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

 a { background-color: rgb(242,159,144); }

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

border-color css

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

 span { border-color: rgb(242,159,144); }

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