Html Css Color HEX #F29286 Sweet Pink

📋 copy color: '#F29286'

red 242 ◦ green 146 ◦ blue 134

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

Shades of Sweet Pink #F29286

Tints of Sweet Pink #F29286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.97%

 BLUE value IS 134 (52.73% from 255) = 25.67%

R = 46.36%
G = 27.97%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F29286 (or 0xF29286) is known color: Sweet Pink. HEX triplet: F2, 92 and 86. RGB value is (242,146,134). Sum of RGB (Red+Green+Blue) = 242+146+134=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F29286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29286 is #0D6D79. Grayscale: #ADADAD. Windows color (decimal): -879994 or 8819442. OLE color: 8819442.

HSL color Cylindrical-coordinate representation of color #F29286: hue angle of 6.67º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F29286 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 146 134 -
CMYK 0 0.40 0.45 0.05
HSL 6.67º 0.81% 0.74% -
HSV(B) 6.67º 0.45% 0.95% -
XYZ 51.2 41.16 27.8 -
YUV 173.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 242 146 134 0 0.40 0.45 0.05 6.67 0.81 0.74
Hex F2 92 86 0 28 2D 5 7 51 4A
Octal 362 222 206 0 50 55 5 7 121 112
Binary 11110010 10010010 10000110 0 101000 101101 101 111 1010001 1001010

Color Harmonies of #F29286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29286

Black with #F29286

Text Example


Text Example

White with #F29286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29286; }

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

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

background-color css

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

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

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

border-color css

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

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

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