Html Css Color HEX #F28D82 Sweet Pink

📋 copy color: '#F28D82'

red 242 ◦ green 141 ◦ blue 130

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

Shades of Sweet Pink #F28D82

Tints of Sweet Pink #F28D82

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.49%

 BLUE value IS 130 (51.17% from 255) = 25.34%

R = 47.17%
G = 27.49%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F28D82 (or 0xF28D82) is known color: Sweet Pink. HEX triplet: F2, 8D and 82. RGB value is (242,141,130). Sum of RGB (Red+Green+Blue) = 242+141+130=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28D82 is #0D727D. Grayscale: #AAAAAA. Windows color (decimal): -881278 or 8556018. OLE color: 8556018.

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

Color convert

RGB 242 141 130 -
CMYK 0 0.42 0.46 0.05
HSL 5.89º 0.81% 0.73% -
HSV(B) 5.89º 0.46% 0.95% -
XYZ 50.17 39.54 26.11 -
YUV 169.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 242 141 130 0 0.42 0.46 0.05 5.89 0.81 0.73
Hex F2 8D 82 0 2A 2E 5 6 51 49
Octal 362 215 202 0 52 56 5 6 121 111
Binary 11110010 10001101 10000010 0 101010 101110 101 110 1010001 1001001

Color Harmonies of #F28D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28D82

Black with #F28D82

Text Example


Text Example

White with #F28D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28D82; }

 p { color: rgb(242,141,130); }

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

background-color css

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

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

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

border-color css

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

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

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