Html Css Color HEX #F29995 Sweet Pink

📋 copy color: '#F29995'

red 242 ◦ green 153 ◦ blue 149

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

Shades of Sweet Pink #F29995

Tints of Sweet Pink #F29995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.13%

 BLUE value IS 149 (58.59% from 255) = 27.39%

R = 44.49%
G = 28.13%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F29995 (or 0xF29995) is known color: Sweet Pink. HEX triplet: F2, 99 and 95. RGB value is (242,153,149). Sum of RGB (Red+Green+Blue) = 242+153+149=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F29995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29995 is #0D666A. Grayscale: #B3B3B3. Windows color (decimal): -878187 or 9804274. OLE color: 9804274.

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

Color convert

RGB 242 153 149 -
CMYK 0 0.37 0.38 0.05
HSL 2.58º 0.78% 0.77% -
HSV(B) 2.58º 0.38% 0.95% -
XYZ 53.43 43.83 34.08 -
YUV 179.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 242 153 149 0 0.37 0.38 0.05 2.58 0.78 0.77
Hex F2 99 95 0 25 26 5 3 4E 4D
Octal 362 231 225 0 45 46 5 3 116 115
Binary 11110010 10011001 10010101 0 100101 100110 101 11 1001110 1001101

Color Harmonies of #F29995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29995

Black with #F29995

Text Example


Text Example

White with #F29995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29995; }

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

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

background-color css

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

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

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

border-color css

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

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

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