Html Css Color HEX #F29591 Sweet Pink

📋 copy color: '#F29591'

red 242 ◦ green 149 ◦ blue 145

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

Shades of Sweet Pink #F29591

Tints of Sweet Pink #F29591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.8%

 BLUE value IS 145 (57.03% from 255) = 27.05%

R = 45.15%
G = 27.8%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F29591 (or 0xF29591) is known color: Sweet Pink. HEX triplet: F2, 95 and 91. RGB value is (242,149,145). Sum of RGB (Red+Green+Blue) = 242+149+145=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F29591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29591 is #0D6A6E. Grayscale: #B0B0B0. Windows color (decimal): -879215 or 9541106. OLE color: 9541106.

HSL color Cylindrical-coordinate representation of color #F29591: hue angle of 2.47º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F29591 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 149 145 -
CMYK 0 0.38 0.40 0.05
HSL 2.47º 0.79% 0.76% -
HSV(B) 2.47º 0.4% 0.95% -
XYZ 52.48 42.42 32.21 -
YUV 176.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 242 149 145 0 0.38 0.40 0.05 2.47 0.79 0.76
Hex F2 95 91 0 26 28 5 2 4F 4C
Octal 362 225 221 0 46 50 5 2 117 114
Binary 11110010 10010101 10010001 0 100110 101000 101 10 1001111 1001100

Color Harmonies of #F29591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29591

Black with #F29591

Text Example


Text Example

White with #F29591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29591; }

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

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

background-color css

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

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

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

border-color css

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

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

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