Html Css Color HEX #F29896 Sweet Pink

📋 copy color: '#F29896'

red 242 ◦ green 152 ◦ blue 150

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

Shades of Sweet Pink #F29896

Tints of Sweet Pink #F29896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.94%

 BLUE value IS 150 (58.98% from 255) = 27.57%

R = 44.49%
G = 27.94%
B = 27.57%

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

#F29896 (or 0xF29896) is known color: Sweet Pink. HEX triplet: F2, 98 and 96. RGB value is (242,152,150). Sum of RGB (Red+Green+Blue) = 242+152+150=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F29896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29896 is #0D6769. Grayscale: #B2B2B2. Windows color (decimal): -878442 or 9869554. OLE color: 9869554.

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

Color convert

RGB 242 152 150 -
CMYK 0 0.37 0.38 0.05
HSL 1.3º 0.78% 0.77% -
HSV(B) 1.3º 0.38% 0.95% -
XYZ 53.35 43.54 34.45 -
YUV 178.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 242 152 150 0 0.37 0.38 0.05 1.3 0.78 0.77
Hex F2 98 96 0 25 26 5 1 4E 4D
Octal 362 230 226 0 45 46 5 1 116 115
Binary 11110010 10011000 10010110 0 100101 100110 101 1 1001110 1001101

Color Harmonies of #F29896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29896

Black with #F29896

Text Example


Text Example

White with #F29896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29896; }

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

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

background-color css

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

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

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

border-color css

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

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

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