Html Css Color HEX #F28C86 Sweet Pink

📋 copy color: '#F28C86'

red 242 ◦ green 140 ◦ blue 134

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

Shades of Sweet Pink #F28C86

Tints of Sweet Pink #F28C86

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.13%

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

R = 46.9%
G = 27.13%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F28C86 (or 0xF28C86) is known color: Sweet Pink. HEX triplet: F2, 8C and 86. RGB value is (242,140,134). Sum of RGB (Red+Green+Blue) = 242+140+134=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C86 is #0D7379. Grayscale: #A9A9A9. Windows color (decimal): -881530 or 8817906. OLE color: 8817906.

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

Color convert

RGB 242 140 134 -
CMYK 0 0.42 0.45 0.05
HSL 3.33º 0.81% 0.74% -
HSV(B) 3.33º 0.45% 0.95% -
XYZ 50.3 39.35 27.5 -
YUV 169.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 242 140 134 0 0.42 0.45 0.05 3.33 0.81 0.74
Hex F2 8C 86 0 2A 2D 5 3 51 4A
Octal 362 214 206 0 52 55 5 3 121 112
Binary 11110010 10001100 10000110 0 101010 101101 101 11 1010001 1001010

Color Harmonies of #F28C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C86

Black with #F28C86

Text Example


Text Example

White with #F28C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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