Html Css Color HEX #F29B95 Sweet Pink

📋 copy color: '#F29B95'

red 242 ◦ green 155 ◦ blue 149

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

Shades of Sweet Pink #F29B95

Tints of Sweet Pink #F29B95

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.39%

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

R = 44.32%
G = 28.39%
B = 27.29%

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

#F29B95 (or 0xF29B95) is known color: Sweet Pink. HEX triplet: F2, 9B and 95. RGB value is (242,155,149). Sum of RGB (Red+Green+Blue) = 242+155+149=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29B95 is #0D646A. Grayscale: #B4B4B4. Windows color (decimal): -877675 or 9804786. OLE color: 9804786.

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

Color convert

RGB 242 155 149 -
CMYK 0 0.36 0.38 0.05
HSL 3.87º 0.78% 0.77% -
HSV(B) 3.87º 0.38% 0.95% -
XYZ 53.76 44.49 34.19 -
YUV 180.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 242 155 149 0 0.36 0.38 0.05 3.87 0.78 0.77
Hex F2 9B 95 0 24 26 5 4 4E 4D
Octal 362 233 225 0 44 46 5 4 116 115
Binary 11110010 10011011 10010101 0 100100 100110 101 100 1001110 1001101

Color Harmonies of #F29B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29B95

Black with #F29B95

Text Example


Text Example

White with #F29B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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