Html Css Color HEX #F28F79 Dark Salmon

📋 copy color: '#F28F79'

red 242 ◦ green 143 ◦ blue 121

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

Shades of Dark Salmon #F28F79

Tints of Dark Salmon #F28F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.91%

R = 47.83%
G = 28.26%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F28F79 (or 0xF28F79) is known color: Dark Salmon. HEX triplet: F2, 8F and 79. RGB value is (242,143,121). Sum of RGB (Red+Green+Blue) = 242+143+121=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F79 is #0D7086. Grayscale: #AAAAAA. Windows color (decimal): -880775 or 7966706. OLE color: 7966706.

HSL color Cylindrical-coordinate representation of color #F28F79: hue angle of 10.91º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F28F79 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 143 121 -
CMYK 0 0.41 0.50 0.05
HSL 10.91º 0.82% 0.71% -
HSV(B) 10.91º 0.5% 0.95% -
XYZ 49.89 39.9 23.16 -
YUV 170.09 100.3 179.29 -
System Red Green Blue C M Y K H S L
Decimal 242 143 121 0 0.41 0.50 0.05 10.91 0.82 0.71
Hex F2 8F 79 0 29 32 5 B 52 47
Octal 362 217 171 0 51 62 5 13 122 107
Binary 11110010 10001111 1111001 0 101001 110010 101 1011 1010010 1000111

Color Harmonies of #F28F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F79

Black with #F28F79

Text Example


Text Example

White with #F28F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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