Html Css Color HEX #F28E81 Sweet Pink

📋 copy color: '#F28E81'

red 242 ◦ green 142 ◦ blue 129

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

Shades of Sweet Pink #F28E81

Tints of Sweet Pink #F28E81

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.68%

 BLUE value IS 129 (50.78% from 255) = 25.15%

R = 47.17%
G = 27.68%
B = 25.15%

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

#F28E81 (or 0xF28E81) is known color: Sweet Pink. HEX triplet: F2, 8E and 81. RGB value is (242,142,129). Sum of RGB (Red+Green+Blue) = 242+142+129=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28E81 is #0D717E. Grayscale: #AAAAAA. Windows color (decimal): -881023 or 8490738. OLE color: 8490738.

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

Color convert

RGB 242 142 129 -
CMYK 0 0.41 0.47 0.05
HSL 6.9º 0.81% 0.73% -
HSV(B) 6.9º 0.47% 0.95% -
XYZ 50.25 39.81 25.8 -
YUV 170.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 242 142 129 0 0.41 0.47 0.05 6.9 0.81 0.73
Hex F2 8E 81 0 29 2F 5 7 51 49
Octal 362 216 201 0 51 57 5 7 121 111
Binary 11110010 10001110 10000001 0 101001 101111 101 111 1010001 1001001

Color Harmonies of #F28E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28E81

Black with #F28E81

Text Example


Text Example

White with #F28E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28E81; }

 p { color: rgb(242,142,129); }

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

background-color css

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

 a { background-color: rgb(242,142,129); }

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

border-color css

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

 span { border-color: rgb(242,142,129); }

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