Html Css Color HEX #F28F80 Sweet Pink

📋 copy color: '#F28F80'

red 242 ◦ green 143 ◦ blue 128

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

Shades of Sweet Pink #F28F80

Tints of Sweet Pink #F28F80

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.88%

 BLUE value IS 128 (50.39% from 255) = 24.95%

R = 47.17%
G = 27.88%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F28F80 (or 0xF28F80) is known color: Sweet Pink. HEX triplet: F2, 8F and 80. RGB value is (242,143,128). Sum of RGB (Red+Green+Blue) = 242+143+128=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F80 is #0D707F. Grayscale: #ABABAB. Windows color (decimal): -880768 or 8425458. OLE color: 8425458.

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

Color convert

RGB 242 143 128 -
CMYK 0 0.41 0.47 0.05
HSL 7.89º 0.81% 0.73% -
HSV(B) 7.89º 0.47% 0.95% -
XYZ 50.34 40.08 25.51 -
YUV 170.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 242 143 128 0 0.41 0.47 0.05 7.89 0.81 0.73
Hex F2 8F 80 0 29 2F 5 8 51 49
Octal 362 217 200 0 51 57 5 10 121 111
Binary 11110010 10001111 10000000 0 101001 101111 101 1000 1010001 1001001

Color Harmonies of #F28F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F80

Black with #F28F80

Text Example


Text Example

White with #F28F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F80; }

 p { color: rgb(242,143,128); }

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

background-color css

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

 a { background-color: rgb(242,143,128); }

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

border-color css

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

 span { border-color: rgb(242,143,128); }

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