Html Css Color HEX #F28B83 Sweet Pink

📋 copy color: '#F28B83'

red 242 ◦ green 139 ◦ blue 131

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

Shades of Sweet Pink #F28B83

Tints of Sweet Pink #F28B83

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.15%

 BLUE value IS 131 (51.56% from 255) = 25.59%

R = 47.27%
G = 27.15%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F28B83 (or 0xF28B83) is known color: Sweet Pink. HEX triplet: F2, 8B and 83. RGB value is (242,139,131). Sum of RGB (Red+Green+Blue) = 242+139+131=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28B83 is #0D747C. Grayscale: #A9A9A9. Windows color (decimal): -881789 or 8621042. OLE color: 8621042.

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

Color convert

RGB 242 139 131 -
CMYK 0 0.43 0.46 0.05
HSL 4.32º 0.81% 0.73% -
HSV(B) 4.32º 0.46% 0.95% -
XYZ 49.95 38.98 26.36 -
YUV 168.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 242 139 131 0 0.43 0.46 0.05 4.32 0.81 0.73
Hex F2 8B 83 0 2B 2E 5 4 51 49
Octal 362 213 203 0 53 56 5 4 121 111
Binary 11110010 10001011 10000011 0 101011 101110 101 100 1010001 1001001

Color Harmonies of #F28B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28B83

Black with #F28B83

Text Example


Text Example

White with #F28B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28B83; }

 p { color: rgb(242,139,131); }

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

background-color css

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

 a { background-color: rgb(242,139,131); }

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

border-color css

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

 span { border-color: rgb(242,139,131); }

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