Html Css Color HEX #F29A96 Sweet Pink

📋 copy color: '#F29A96'

red 242 ◦ green 154 ◦ blue 150

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

Shades of Sweet Pink #F29A96

Tints of Sweet Pink #F29A96

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.21%

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

R = 44.32%
G = 28.21%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F29A96 (or 0xF29A96) is known color: Sweet Pink. HEX triplet: F2, 9A and 96. RGB value is (242,154,150). Sum of RGB (Red+Green+Blue) = 242+154+150=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29A96 is #0D6569. Grayscale: #B3B3B3. Windows color (decimal): -877930 or 9870066. OLE color: 9870066.

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

Color convert

RGB 242 154 150 -
CMYK 0 0.36 0.38 0.05
HSL 2.61º 0.78% 0.77% -
HSV(B) 2.61º 0.38% 0.95% -
XYZ 53.68 44.19 34.55 -
YUV 179.86 111.15 172.33 -
System Red Green Blue C M Y K H S L
Decimal 242 154 150 0 0.36 0.38 0.05 2.61 0.78 0.77
Hex F2 9A 96 0 24 26 5 3 4E 4D
Octal 362 232 226 0 44 46 5 3 116 115
Binary 11110010 10011010 10010110 0 100100 100110 101 11 1001110 1001101

Color Harmonies of #F29A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29A96

Black with #F29A96

Text Example


Text Example

White with #F29A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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