Html Css Color HEX #F29689 Sweet Pink

📋 copy color: '#F29689'

red 242 ◦ green 150 ◦ blue 137

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

Shades of Sweet Pink #F29689

Tints of Sweet Pink #F29689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.36%

 BLUE value IS 137 (53.91% from 255) = 25.9%

R = 45.75%
G = 28.36%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F29689 (or 0xF29689) is known color: Sweet Pink. HEX triplet: F2, 96 and 89. RGB value is (242,150,137). Sum of RGB (Red+Green+Blue) = 242+150+137=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F29689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29689 is #0D6976. Grayscale: #B0B0B0. Windows color (decimal): -878967 or 9017074. OLE color: 9017074.

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

Color convert

RGB 242 150 137 -
CMYK 0 0.38 0.43 0.05
HSL 7.43º 0.8% 0.74% -
HSV(B) 7.43º 0.43% 0.95% -
XYZ 52.04 42.5 29.13 -
YUV 176.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 242 150 137 0 0.38 0.43 0.05 7.43 0.8 0.74
Hex F2 96 89 0 26 2B 5 7 50 4A
Octal 362 226 211 0 46 53 5 7 120 112
Binary 11110010 10010110 10001001 0 100110 101011 101 111 1010000 1001010

Color Harmonies of #F29689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29689

Black with #F29689

Text Example


Text Example

White with #F29689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29689; }

 p { color: rgb(242,150,137); }

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

background-color css

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

 a { background-color: rgb(242,150,137); }

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

border-color css

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

 span { border-color: rgb(242,150,137); }

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