Html Css Color HEX #F28F8D Sweet Pink

📋 copy color: '#F28F8D'

red 242 ◦ green 143 ◦ blue 141

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

Shades of Sweet Pink #F28F8D

Tints of Sweet Pink #F28F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.81%

R = 46.01%
G = 27.19%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F28F8D (or 0xF28F8D) is known color: Sweet Pink. HEX triplet: F2, 8F and 8D. RGB value is (242,143,141). Sum of RGB (Red+Green+Blue) = 242+143+141=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F8D is #0D7072. Grayscale: #ACACAC. Windows color (decimal): -880755 or 9277426. OLE color: 9277426.

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

Color convert

RGB 242 143 141 -
CMYK 0 0.41 0.42 0.05
HSL 1.19º 0.8% 0.75% -
HSV(B) 1.19º 0.42% 0.95% -
XYZ 51.25 40.45 30.3 -
YUV 172.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 242 143 141 0 0.41 0.42 0.05 1.19 0.8 0.75
Hex F2 8F 8D 0 29 2A 5 1 50 4B
Octal 362 217 215 0 51 52 5 1 120 113
Binary 11110010 10001111 10001101 0 101001 101010 101 1 1010000 1001011

Color Harmonies of #F28F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F8D

Black with #F28F8D

Text Example


Text Example

White with #F28F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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