Html Css Color HEX #F29191 Sweet Pink

📋 copy color: '#F29191'

red 242 ◦ green 145 ◦ blue 145

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

Shades of Sweet Pink #F29191

Tints of Sweet Pink #F29191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.26%

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

R = 45.49%
G = 27.26%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F29191 (or 0xF29191) is known color: Sweet Pink. HEX triplet: F2, 91 and 91. RGB value is (242,145,145). Sum of RGB (Red+Green+Blue) = 242+145+145=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F29191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29191 is #0D6E6E. Grayscale: #AEAEAE. Windows color (decimal): -880239 or 9540082. OLE color: 9540082.

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

Color convert

RGB 242 145 145 -
CMYK 0 0.40 0.40 0.05
HSL 0.79% 0.76% -
HSV(B) 0.4% 0.95% -
XYZ 51.85 41.17 32 -
YUV 174 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 242 145 145 0 0.40 0.40 0.05 0 0.79 0.76
Hex F2 91 91 0 28 28 5 0 4F 4C
Octal 362 221 221 0 50 50 5 0 117 114
Binary 11110010 10010001 10010001 0 101000 101000 101 0 1001111 1001100

Color Harmonies of #F29191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29191

Black with #F29191

Text Example


Text Example

White with #F29191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29191; }

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

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

background-color css

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

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

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

border-color css

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

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

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