Html Css Color HEX #F29592 Sweet Pink

📋 copy color: '#F29592'

red 242 ◦ green 149 ◦ blue 146

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

Shades of Sweet Pink #F29592

Tints of Sweet Pink #F29592

RGB

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

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

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

R = 45.07%
G = 27.75%
B = 27.19%

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

#F29592 (or 0xF29592) is known color: Sweet Pink. HEX triplet: F2, 95 and 92. RGB value is (242,149,146). Sum of RGB (Red+Green+Blue) = 242+149+146=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F29592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29592 is #0D6A6D. Grayscale: #B0B0B0. Windows color (decimal): -879214 or 9606642. OLE color: 9606642.

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

Color convert

RGB 242 149 146 -
CMYK 0 0.38 0.40 0.05
HSL 1.88º 0.79% 0.76% -
HSV(B) 1.88º 0.4% 0.95% -
XYZ 52.55 42.45 32.62 -
YUV 176.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 242 149 146 0 0.38 0.40 0.05 1.88 0.79 0.76
Hex F2 95 92 0 26 28 5 2 4F 4C
Octal 362 225 222 0 46 50 5 2 117 114
Binary 11110010 10010101 10010010 0 100110 101000 101 10 1001111 1001100

Color Harmonies of #F29592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29592

Black with #F29592

Text Example


Text Example

White with #F29592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29592; }

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

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

background-color css

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

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

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

border-color css

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

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

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