Html Css Color HEX #F28F6E Dark Salmon

📋 copy color: '#F28F6E'

red 242 ◦ green 143 ◦ blue 110

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

Shades of Dark Salmon #F28F6E

Tints of Dark Salmon #F28F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.22%

R = 48.89%
G = 28.89%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F28F6E (or 0xF28F6E) is known color: Dark Salmon. HEX triplet: F2, 8F and 6E. RGB value is (242,143,110). Sum of RGB (Red+Green+Blue) = 242+143+110=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F6E is #0D7091. Grayscale: #A9A9A9. Windows color (decimal): -880786 or 7245810. OLE color: 7245810.

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

Color convert

RGB 242 143 110 -
CMYK 0 0.41 0.55 0.05
HSL 15º 0.84% 0.69% -
HSV(B) 15º 0.55% 0.95% -
XYZ 49.25 39.65 19.81 -
YUV 168.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 242 143 110 0 0.41 0.55 0.05 15 0.84 0.69
Hex F2 8F 6E 0 29 37 5 F 54 45
Octal 362 217 156 0 51 67 5 17 124 105
Binary 11110010 10001111 1101110 0 101001 110111 101 1111 1010100 1000101

Color Harmonies of #F28F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F6E

Black with #F28F6E

Text Example


Text Example

White with #F28F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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