Html Css Color HEX #F29D99 Sweet Pink

📋 copy color: '#F29D99'

red 242 ◦ green 157 ◦ blue 153

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

Shades of Sweet Pink #F29D99

Tints of Sweet Pink #F29D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.72%

R = 43.84%
G = 28.44%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F29D99 (or 0xF29D99) is known color: Sweet Pink. HEX triplet: F2, 9D and 99. RGB value is (242,157,153). Sum of RGB (Red+Green+Blue) = 242+157+153=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29D99 is #0D6266. Grayscale: #B6B6B6. Windows color (decimal): -877159 or 10067442. OLE color: 10067442.

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

Color convert

RGB 242 157 153 -
CMYK 0 0.35 0.37 0.05
HSL 2.7º 0.77% 0.77% -
HSV(B) 2.7º 0.37% 0.95% -
XYZ 54.42 45.29 36.01 -
YUV 181.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 242 157 153 0 0.35 0.37 0.05 2.7 0.77 0.77
Hex F2 9D 99 0 23 25 5 3 4D 4D
Octal 362 235 231 0 43 45 5 3 115 115
Binary 11110010 10011101 10011001 0 100011 100101 101 11 1001101 1001101

Color Harmonies of #F29D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29D99

Black with #F29D99

Text Example


Text Example

White with #F29D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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