Html Css Color HEX #F28C89 Sweet Pink

📋 copy color: '#F28C89'

red 242 ◦ green 140 ◦ blue 137

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

Shades of Sweet Pink #F28C89

Tints of Sweet Pink #F28C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.97%

 BLUE value IS 137 (53.91% from 255) = 26.4%

R = 46.63%
G = 26.97%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F28C89 (or 0xF28C89) is known color: Sweet Pink. HEX triplet: F2, 8C and 89. RGB value is (242,140,137). Sum of RGB (Red+Green+Blue) = 242+140+137=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C89 is #0D7376. Grayscale: #AAAAAA. Windows color (decimal): -881527 or 9014514. OLE color: 9014514.

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

Color convert

RGB 242 140 137 -
CMYK 0 0.42 0.43 0.05
HSL 1.71º 0.8% 0.74% -
HSV(B) 1.71º 0.43% 0.95% -
XYZ 50.51 39.44 28.62 -
YUV 170.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 242 140 137 0 0.42 0.43 0.05 1.71 0.8 0.74
Hex F2 8C 89 0 2A 2B 5 2 50 4A
Octal 362 214 211 0 52 53 5 2 120 112
Binary 11110010 10001100 10001001 0 101010 101011 101 10 1010000 1001010

Color Harmonies of #F28C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C89

Black with #F28C89

Text Example


Text Example

White with #F28C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C89; }

 p { color: rgb(242,140,137); }

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

background-color css

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

 a { background-color: rgb(242,140,137); }

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

border-color css

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

 span { border-color: rgb(242,140,137); }

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