Html Css Color HEX #F29792 Sweet Pink

📋 copy color: '#F29792'

red 242 ◦ green 151 ◦ blue 146

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

Shades of Sweet Pink #F29792

Tints of Sweet Pink #F29792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.01%

 BLUE value IS 146 (57.42% from 255) = 27.09%

R = 44.9%
G = 28.01%
B = 27.09%

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

#F29792 (or 0xF29792) is known color: Sweet Pink. HEX triplet: F2, 97 and 92. RGB value is (242,151,146). Sum of RGB (Red+Green+Blue) = 242+151+146=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F29792 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29792 is #0D686D. Grayscale: #B1B1B1. Windows color (decimal): -878702 or 9607154. OLE color: 9607154.

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

Color convert

RGB 242 151 146 -
CMYK 0 0.38 0.40 0.05
HSL 3.13º 0.79% 0.76% -
HSV(B) 3.13º 0.4% 0.95% -
XYZ 52.87 43.09 32.72 -
YUV 177.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 242 151 146 0 0.38 0.40 0.05 3.13 0.79 0.76
Hex F2 97 92 0 26 28 5 3 4F 4C
Octal 362 227 222 0 46 50 5 3 117 114
Binary 11110010 10010111 10010010 0 100110 101000 101 11 1001111 1001100

Color Harmonies of #F29792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29792

Black with #F29792

Text Example


Text Example

White with #F29792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29792; }

 p { color: rgb(242,151,146); }

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

background-color css

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

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

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

border-color css

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

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

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