Html Css Color HEX #F28F84 Sweet Pink

📋 copy color: '#F28F84'

red 242 ◦ green 143 ◦ blue 132

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

Shades of Sweet Pink #F28F84

Tints of Sweet Pink #F28F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.53%

R = 46.81%
G = 27.66%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F28F84 (or 0xF28F84) is known color: Sweet Pink. HEX triplet: F2, 8F and 84. RGB value is (242,143,132). Sum of RGB (Red+Green+Blue) = 242+143+132=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F84 is #0D707B. Grayscale: #ABABAB. Windows color (decimal): -880764 or 8687602. OLE color: 8687602.

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

Color convert

RGB 242 143 132 -
CMYK 0 0.41 0.45 0.05
HSL 0.81% 0.73% -
HSV(B) 0.45% 0.95% -
XYZ 50.61 40.19 26.92 -
YUV 171.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 242 143 132 0 0.41 0.45 0.05 6 0.81 0.73
Hex F2 8F 84 0 29 2D 5 6 51 49
Octal 362 217 204 0 51 55 5 6 121 111
Binary 11110010 10001111 10000100 0 101001 101101 101 110 1010001 1001001

Color Harmonies of #F28F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F84

Black with #F28F84

Text Example


Text Example

White with #F28F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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